pub struct CoarseSampleOrderTypeNV(/* private fields */);Expand description
Implementations§
Source§impl CoarseSampleOrderTypeNV
 
impl CoarseSampleOrderTypeNV
pub const DEFAULT: Self
pub const CUSTOM: Self
pub const PIXEL_MAJOR: Self
pub const SAMPLE_MAJOR: Self
Trait Implementations§
Source§impl Clone for CoarseSampleOrderTypeNV
 
impl Clone for CoarseSampleOrderTypeNV
Source§fn clone(&self) -> CoarseSampleOrderTypeNV
 
fn clone(&self) -> CoarseSampleOrderTypeNV
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 CoarseSampleOrderTypeNV
 
impl Default for CoarseSampleOrderTypeNV
Source§fn default() -> CoarseSampleOrderTypeNV
 
fn default() -> CoarseSampleOrderTypeNV
Returns the “default value” for a type. Read more
Source§impl Hash for CoarseSampleOrderTypeNV
 
impl Hash for CoarseSampleOrderTypeNV
Source§impl Ord for CoarseSampleOrderTypeNV
 
impl Ord for CoarseSampleOrderTypeNV
Source§fn cmp(&self, other: &CoarseSampleOrderTypeNV) -> Ordering
 
fn cmp(&self, other: &CoarseSampleOrderTypeNV) -> 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 CoarseSampleOrderTypeNV
 
impl PartialEq for CoarseSampleOrderTypeNV
Source§impl PartialOrd for CoarseSampleOrderTypeNV
 
impl PartialOrd for CoarseSampleOrderTypeNV
impl Copy for CoarseSampleOrderTypeNV
impl Eq for CoarseSampleOrderTypeNV
impl StructuralPartialEq for CoarseSampleOrderTypeNV
Auto Trait Implementations§
impl Freeze for CoarseSampleOrderTypeNV
impl RefUnwindSafe for CoarseSampleOrderTypeNV
impl Send for CoarseSampleOrderTypeNV
impl Sync for CoarseSampleOrderTypeNV
impl Unpin for CoarseSampleOrderTypeNV
impl UnwindSafe for CoarseSampleOrderTypeNV
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