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