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