pub struct ReflectNumericTraitsMatrix {
pub column_count: u32,
pub row_count: u32,
pub stride: u32,
}Fields§
§column_count: u32§row_count: u32§stride: u32Trait Implementations§
Source§impl Clone for ReflectNumericTraitsMatrix
impl Clone for ReflectNumericTraitsMatrix
Source§fn clone(&self) -> ReflectNumericTraitsMatrix
fn clone(&self) -> ReflectNumericTraitsMatrix
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReflectNumericTraitsMatrix
Source§impl Debug for ReflectNumericTraitsMatrix
impl Debug for ReflectNumericTraitsMatrix
Source§impl Default for ReflectNumericTraitsMatrix
impl Default for ReflectNumericTraitsMatrix
Source§fn default() -> ReflectNumericTraitsMatrix
fn default() -> ReflectNumericTraitsMatrix
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReflectNumericTraitsMatrix
impl PartialEq for ReflectNumericTraitsMatrix
Source§fn eq(&self, other: &ReflectNumericTraitsMatrix) -> bool
fn eq(&self, other: &ReflectNumericTraitsMatrix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReflectNumericTraitsMatrix
Auto Trait Implementations§
impl Freeze for ReflectNumericTraitsMatrix
impl RefUnwindSafe for ReflectNumericTraitsMatrix
impl Send for ReflectNumericTraitsMatrix
impl Sync for ReflectNumericTraitsMatrix
impl Unpin for ReflectNumericTraitsMatrix
impl UnsafeUnpin for ReflectNumericTraitsMatrix
impl UnwindSafe for ReflectNumericTraitsMatrix
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