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 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 CoarseSampleOrderTypeNV
impl Debug for CoarseSampleOrderTypeNV
Source§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)