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