Struct xcb::dpms::GetTimeoutsCookie
source · pub struct GetTimeoutsCookie { /* private fields */ }
Expand description
Cookie type for GetTimeouts.
This cookie can be used to get a GetTimeoutsReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetTimeoutsCookie
impl Cookie for GetTimeoutsCookie
source§impl CookieWithReplyChecked for GetTimeoutsCookie
impl CookieWithReplyChecked for GetTimeoutsCookie
source§type Reply = GetTimeoutsReply
type Reply = GetTimeoutsReply
The reply type associated with the cookie
source§impl Debug for GetTimeoutsCookie
impl Debug for GetTimeoutsCookie
impl CookieChecked for GetTimeoutsCookie
Auto Trait Implementations§
impl Freeze for GetTimeoutsCookie
impl RefUnwindSafe for GetTimeoutsCookie
impl Send for GetTimeoutsCookie
impl Sync for GetTimeoutsCookie
impl Unpin for GetTimeoutsCookie
impl UnwindSafe for GetTimeoutsCookie
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