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