pub struct ReflectNumericTraitsMatrix {
pub column_count: u32,
pub row_count: u32,
pub stride: u32,
}
Fields§
§column_count: u32
§row_count: u32
§stride: u32
Trait Implementations§
Source§impl Clone for ReflectNumericTraitsMatrix
impl Clone for ReflectNumericTraitsMatrix
Source§fn clone(&self) -> ReflectNumericTraitsMatrix
fn clone(&self) -> ReflectNumericTraitsMatrix
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 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
impl Copy for ReflectNumericTraitsMatrix
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 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