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