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