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