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