pub struct DescriptorOrderRowMajor;Expand description
Ordinary coordinates with row-major ordering.
Trait Implementations§
Source§impl Clone for DescriptorOrderRowMajor
impl Clone for DescriptorOrderRowMajor
Source§fn clone(&self) -> DescriptorOrderRowMajor
fn clone(&self) -> DescriptorOrderRowMajor
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 Debug for DescriptorOrderRowMajor
impl Debug for DescriptorOrderRowMajor
Source§impl Default for DescriptorOrderRowMajor
impl Default for DescriptorOrderRowMajor
Source§fn default() -> DescriptorOrderRowMajor
fn default() -> DescriptorOrderRowMajor
Returns the “default value” for a type. Read more
Source§impl Descriptor for DescriptorOrderRowMajor
impl Descriptor for DescriptorOrderRowMajor
Source§const IS_ROW_MAJOR: bool = true
const IS_ROW_MAJOR: bool = true
True for row-major ordering
Source§const IS_ORDINARY: bool = true
const IS_ORDINARY: bool = true
True for ordinary coordinates
Source§fn coords_str() -> &'static str
fn coords_str() -> &'static str
Coordinate type of the matrix( homogenous or not)
Source§impl Display for DescriptorOrderRowMajor
impl Display for DescriptorOrderRowMajor
Source§impl Hash for DescriptorOrderRowMajor
impl Hash for DescriptorOrderRowMajor
Source§impl Ord for DescriptorOrderRowMajor
impl Ord for DescriptorOrderRowMajor
Source§fn cmp(&self, other: &DescriptorOrderRowMajor) -> Ordering
fn cmp(&self, other: &DescriptorOrderRowMajor) -> 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 Order for DescriptorOrderRowMajor
impl Order for DescriptorOrderRowMajor
Source§impl PartialEq for DescriptorOrderRowMajor
impl PartialEq for DescriptorOrderRowMajor
Source§impl PartialOrd for DescriptorOrderRowMajor
impl PartialOrd for DescriptorOrderRowMajor
impl Copy for DescriptorOrderRowMajor
impl Eq for DescriptorOrderRowMajor
impl StructuralPartialEq for DescriptorOrderRowMajor
Auto Trait Implementations§
impl Freeze for DescriptorOrderRowMajor
impl RefUnwindSafe for DescriptorOrderRowMajor
impl Send for DescriptorOrderRowMajor
impl Sync for DescriptorOrderRowMajor
impl Unpin for DescriptorOrderRowMajor
impl UnwindSafe for DescriptorOrderRowMajor
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