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