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