Struct xcb::xprint::PrintGetPrinterList
source · pub struct PrintGetPrinterList<'a> {
pub printer_name: &'a [String8],
pub locale: &'a [String8],
}
Expand description
The PrintGetPrinterList
request.
This request replies PrintGetPrinterListReply.
Associated cookie types are PrintGetPrinterListCookie and PrintGetPrinterListCookieUnchecked.
Fields§
§printer_name: &'a [String8]
§locale: &'a [String8]
Trait Implementations§
source§impl<'a> Clone for PrintGetPrinterList<'a>
impl<'a> Clone for PrintGetPrinterList<'a>
source§fn clone(&self) -> PrintGetPrinterList<'a>
fn clone(&self) -> PrintGetPrinterList<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for PrintGetPrinterList<'a>
impl<'a> Debug for PrintGetPrinterList<'a>
source§impl<'a> RawRequest for PrintGetPrinterList<'a>
impl<'a> RawRequest for PrintGetPrinterList<'a>
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl<'a> Request for PrintGetPrinterList<'a>
impl<'a> Request for PrintGetPrinterList<'a>
source§impl<'a> RequestWithReply for PrintGetPrinterList<'a>
impl<'a> RequestWithReply for PrintGetPrinterList<'a>
source§type Reply = PrintGetPrinterListReply
type Reply = PrintGetPrinterListReply
Reply associated with the request
source§type Cookie = PrintGetPrinterListCookie
type Cookie = PrintGetPrinterListCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = PrintGetPrinterListCookieUnchecked
type CookieUnchecked = PrintGetPrinterListCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl<'a> Freeze for PrintGetPrinterList<'a>
impl<'a> RefUnwindSafe for PrintGetPrinterList<'a>
impl<'a> Send for PrintGetPrinterList<'a>
impl<'a> Sync for PrintGetPrinterList<'a>
impl<'a> Unpin for PrintGetPrinterList<'a>
impl<'a> UnwindSafe for PrintGetPrinterList<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)