#[repr(C)]pub struct SpvReflectNumericTraits {
pub scalar: SpvReflectNumericTraits_Scalar,
pub vector: SpvReflectNumericTraits_Vector,
pub matrix: SpvReflectNumericTraits_Matrix,
}Fields§
§scalar: SpvReflectNumericTraits_Scalar§vector: SpvReflectNumericTraits_Vector§matrix: SpvReflectNumericTraits_MatrixTrait Implementations§
Source§impl Clone for SpvReflectNumericTraits
impl Clone for SpvReflectNumericTraits
Source§fn clone(&self) -> SpvReflectNumericTraits
fn clone(&self) -> SpvReflectNumericTraits
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 SpvReflectNumericTraits
impl Debug for SpvReflectNumericTraits
impl Copy for SpvReflectNumericTraits
Auto Trait Implementations§
impl Freeze for SpvReflectNumericTraits
impl RefUnwindSafe for SpvReflectNumericTraits
impl Send for SpvReflectNumericTraits
impl Sync for SpvReflectNumericTraits
impl Unpin for SpvReflectNumericTraits
impl UnwindSafe for SpvReflectNumericTraits
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