Struct xcb::xprint::PrintGetPrinterListCookie
source · pub struct PrintGetPrinterListCookie { /* private fields */ }
Expand description
Cookie type for PrintGetPrinterList.
This cookie can be used to get a PrintGetPrinterListReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for PrintGetPrinterListCookie
impl Cookie for PrintGetPrinterListCookie
source§impl CookieWithReplyChecked for PrintGetPrinterListCookie
impl CookieWithReplyChecked for PrintGetPrinterListCookie
source§type Reply = PrintGetPrinterListReply
type Reply = PrintGetPrinterListReply
The reply type associated with the cookie
source§impl Debug for PrintGetPrinterListCookie
impl Debug for PrintGetPrinterListCookie
impl CookieChecked for PrintGetPrinterListCookie
Auto Trait Implementations§
impl Freeze for PrintGetPrinterListCookie
impl RefUnwindSafe for PrintGetPrinterListCookie
impl Send for PrintGetPrinterListCookie
impl Sync for PrintGetPrinterListCookie
impl Unpin for PrintGetPrinterListCookie
impl UnwindSafe for PrintGetPrinterListCookie
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