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