pub struct GetColorTableParameterivRequest {
    pub context_tag: u32,
    pub target: u32,
    pub pname: u32,
}Fields§
§context_tag: u32§target: u32§pname: u32Implementations§
Trait Implementations§
Source§impl Clone for GetColorTableParameterivRequest
 
impl Clone for GetColorTableParameterivRequest
Source§fn clone(&self) -> GetColorTableParameterivRequest
 
fn clone(&self) -> GetColorTableParameterivRequest
Returns a duplicate 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 Default for GetColorTableParameterivRequest
 
impl Default for GetColorTableParameterivRequest
Source§fn default() -> GetColorTableParameterivRequest
 
fn default() -> GetColorTableParameterivRequest
Returns the “default value” for a type. Read more
Source§impl Ord for GetColorTableParameterivRequest
 
impl Ord for GetColorTableParameterivRequest
Source§fn cmp(&self, other: &GetColorTableParameterivRequest) -> Ordering
 
fn cmp(&self, other: &GetColorTableParameterivRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetColorTableParameterivRequest
 
impl PartialEq for GetColorTableParameterivRequest
Source§fn eq(&self, other: &GetColorTableParameterivRequest) -> bool
 
fn eq(&self, other: &GetColorTableParameterivRequest) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GetColorTableParameterivRequest
 
impl PartialOrd for GetColorTableParameterivRequest
Source§impl ReplyRequest for GetColorTableParameterivRequest
 
impl ReplyRequest for GetColorTableParameterivRequest
Source§type Reply = GetColorTableParameterivReply
 
type Reply = GetColorTableParameterivReply
The kind of reply that this request generates.
impl Copy for GetColorTableParameterivRequest
impl Eq for GetColorTableParameterivRequest
impl StructuralPartialEq for GetColorTableParameterivRequest
Auto Trait Implementations§
impl Freeze for GetColorTableParameterivRequest
impl RefUnwindSafe for GetColorTableParameterivRequest
impl Send for GetColorTableParameterivRequest
impl Sync for GetColorTableParameterivRequest
impl Unpin for GetColorTableParameterivRequest
impl UnwindSafe for GetColorTableParameterivRequest
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