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