Struct xcb::xc_misc::GetXidRange
source · pub struct GetXidRange {}
Expand description
The GetXidRange
request.
This request replies GetXidRangeReply.
Associated cookie types are GetXidRangeCookie and GetXidRangeCookieUnchecked.
Trait Implementations§
source§impl Clone for GetXidRange
impl Clone for GetXidRange
source§fn clone(&self) -> GetXidRange
fn clone(&self) -> GetXidRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetXidRange
impl Debug for GetXidRange
source§impl RawRequest for GetXidRange
impl RawRequest for GetXidRange
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for GetXidRange
impl Request for GetXidRange
source§impl RequestWithReply for GetXidRange
impl RequestWithReply for GetXidRange
source§type Reply = GetXidRangeReply
type Reply = GetXidRangeReply
Reply associated with the request
source§type Cookie = GetXidRangeCookie
type Cookie = GetXidRangeCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetXidRangeCookieUnchecked
type CookieUnchecked = GetXidRangeCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetXidRange
impl RefUnwindSafe for GetXidRange
impl Send for GetXidRange
impl Sync for GetXidRange
impl Unpin for GetXidRange
impl UnwindSafe for GetXidRange
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)