Struct xcb::dpms::GetVersionReply
source · pub struct GetVersionReply { /* private fields */ }
Expand description
Reply type for GetVersion.
Can be obtained from a GetVersionCookie with Connection::wait_for_reply or from a GetVersionCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetVersionReply
impl GetVersionReply
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 GetVersionReply
impl Debug for GetVersionReply
source§impl Drop for GetVersionReply
impl Drop for GetVersionReply
source§impl Reply for GetVersionReply
impl Reply for GetVersionReply
impl Send for GetVersionReply
impl Sync for GetVersionReply
Auto Trait Implementations§
impl Freeze for GetVersionReply
impl RefUnwindSafe for GetVersionReply
impl Unpin for GetVersionReply
impl UnwindSafe for GetVersionReply
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