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