pub struct GetPixelMapuiv {
pub context_tag: ContextTag,
pub map: u32,
}Expand description
The GetPixelMapuiv request.
This request replies GetPixelMapuivReply.
Associated cookie types are GetPixelMapuivCookie and GetPixelMapuivCookieUnchecked.
Fields§
§context_tag: ContextTag§map: u32Trait Implementations§
Source§impl Clone for GetPixelMapuiv
impl Clone for GetPixelMapuiv
Source§fn clone(&self) -> GetPixelMapuiv
fn clone(&self) -> GetPixelMapuiv
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 GetPixelMapuiv
impl Debug for GetPixelMapuiv
Source§impl RawRequest for GetPixelMapuiv
impl RawRequest for GetPixelMapuiv
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 GetPixelMapuiv
impl Request for GetPixelMapuiv
Source§impl RequestWithReply for GetPixelMapuiv
impl RequestWithReply for GetPixelMapuiv
Source§type Reply = GetPixelMapuivReply
type Reply = GetPixelMapuivReply
Reply associated with the request
Source§type Cookie = GetPixelMapuivCookie
type Cookie = GetPixelMapuivCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetPixelMapuivCookieUnchecked
type CookieUnchecked = GetPixelMapuivCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetPixelMapuiv
impl RefUnwindSafe for GetPixelMapuiv
impl Send for GetPixelMapuiv
impl Sync for GetPixelMapuiv
impl Unpin for GetPixelMapuiv
impl UnwindSafe for GetPixelMapuiv
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