Struct spirv_reflect::types::traits::ReflectNumericTraits
source · pub struct ReflectNumericTraits {
pub scalar: ReflectNumericTraitsScalar,
pub vector: ReflectNumericTraitsVector,
pub matrix: ReflectNumericTraitsMatrix,
}Fields
scalar: ReflectNumericTraitsScalarvector: ReflectNumericTraitsVectormatrix: ReflectNumericTraitsMatrixTrait Implementations
sourceimpl Clone for ReflectNumericTraits
impl Clone for ReflectNumericTraits
sourcefn clone(&self) -> ReflectNumericTraits
fn clone(&self) -> ReflectNumericTraits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ReflectNumericTraits
impl Debug for ReflectNumericTraits
sourceimpl Default for ReflectNumericTraits
impl Default for ReflectNumericTraits
sourcefn default() -> ReflectNumericTraits
fn default() -> ReflectNumericTraits
Returns the “default value” for a type. Read more
sourceimpl Serialize for ReflectNumericTraits
impl Serialize for ReflectNumericTraits
impl Copy for ReflectNumericTraits
Auto Trait Implementations
impl RefUnwindSafe for ReflectNumericTraits
impl Send for ReflectNumericTraits
impl Sync for ReflectNumericTraits
impl Unpin for ReflectNumericTraits
impl UnwindSafe for ReflectNumericTraits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more