#[repr(C)]pub struct SpvReflectNumericTraits_Matrix {
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 SpvReflectNumericTraits_Matrix
impl Clone for SpvReflectNumericTraits_Matrix
Source§fn clone(&self) -> SpvReflectNumericTraits_Matrix
fn clone(&self) -> SpvReflectNumericTraits_Matrix
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 moreimpl Copy for SpvReflectNumericTraits_Matrix
Auto Trait Implementations§
impl Freeze for SpvReflectNumericTraits_Matrix
impl RefUnwindSafe for SpvReflectNumericTraits_Matrix
impl Send for SpvReflectNumericTraits_Matrix
impl Sync for SpvReflectNumericTraits_Matrix
impl Unpin for SpvReflectNumericTraits_Matrix
impl UnwindSafe for SpvReflectNumericTraits_Matrix
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