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