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