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