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