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