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