Struct xcb::xprint::PrintGetPageDimensionsReply
source · pub struct PrintGetPageDimensionsReply { /* private fields */ }
Expand description
Reply type for PrintGetPageDimensions.
Can be obtained from a PrintGetPageDimensionsCookie with Connection::wait_for_reply or from a PrintGetPageDimensionsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl PrintGetPageDimensionsReply
impl PrintGetPageDimensionsReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn width(&self) -> u16
pub fn height(&self) -> u16
pub fn offset_x(&self) -> u16
pub fn offset_y(&self) -> u16
pub fn reproducible_width(&self) -> u16
pub fn reproducible_height(&self) -> u16
Trait Implementations§
source§impl Debug for PrintGetPageDimensionsReply
impl Debug for PrintGetPageDimensionsReply
source§impl Drop for PrintGetPageDimensionsReply
impl Drop for PrintGetPageDimensionsReply
source§impl Reply for PrintGetPageDimensionsReply
impl Reply for PrintGetPageDimensionsReply
impl Send for PrintGetPageDimensionsReply
impl Sync for PrintGetPageDimensionsReply
Auto Trait Implementations§
impl Freeze for PrintGetPageDimensionsReply
impl RefUnwindSafe for PrintGetPageDimensionsReply
impl Unpin for PrintGetPageDimensionsReply
impl UnwindSafe for PrintGetPageDimensionsReply
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