Struct xcb::xprint::PrintGetPrinterListReply
source · pub struct PrintGetPrinterListReply { /* private fields */ }
Expand description
Reply type for PrintGetPrinterList.
Can be obtained from a PrintGetPrinterListCookie with Connection::wait_for_reply or from a PrintGetPrinterListCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for PrintGetPrinterListReply
impl Debug for PrintGetPrinterListReply
source§impl Drop for PrintGetPrinterListReply
impl Drop for PrintGetPrinterListReply
source§impl Reply for PrintGetPrinterListReply
impl Reply for PrintGetPrinterListReply
impl Send for PrintGetPrinterListReply
impl Sync for PrintGetPrinterListReply
Auto Trait Implementations§
impl Freeze for PrintGetPrinterListReply
impl RefUnwindSafe for PrintGetPrinterListReply
impl Unpin for PrintGetPrinterListReply
impl UnwindSafe for PrintGetPrinterListReply
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