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