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