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