Struct xcb::xprint::PrintQueryVersionReply
source · pub struct PrintQueryVersionReply { /* private fields */ }
Expand description
Reply type for PrintQueryVersion.
Can be obtained from a PrintQueryVersionCookie with Connection::wait_for_reply or from a PrintQueryVersionCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl PrintQueryVersionReply
impl PrintQueryVersionReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn major_version(&self) -> u16
pub fn minor_version(&self) -> u16
Trait Implementations§
source§impl Debug for PrintQueryVersionReply
impl Debug for PrintQueryVersionReply
source§impl Drop for PrintQueryVersionReply
impl Drop for PrintQueryVersionReply
source§impl Reply for PrintQueryVersionReply
impl Reply for PrintQueryVersionReply
impl Send for PrintQueryVersionReply
impl Sync for PrintQueryVersionReply
Auto Trait Implementations§
impl Freeze for PrintQueryVersionReply
impl RefUnwindSafe for PrintQueryVersionReply
impl Unpin for PrintQueryVersionReply
impl UnwindSafe for PrintQueryVersionReply
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