#[repr(C)]pub struct SpvReflectNumericTraits_Vector {
pub component_count: u32,
}Fields§
§component_count: u32Trait Implementations§
Source§impl Clone for SpvReflectNumericTraits_Vector
impl Clone for SpvReflectNumericTraits_Vector
Source§fn clone(&self) -> SpvReflectNumericTraits_Vector
fn clone(&self) -> SpvReflectNumericTraits_Vector
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_Vector
Auto Trait Implementations§
impl Freeze for SpvReflectNumericTraits_Vector
impl RefUnwindSafe for SpvReflectNumericTraits_Vector
impl Send for SpvReflectNumericTraits_Vector
impl Sync for SpvReflectNumericTraits_Vector
impl Unpin for SpvReflectNumericTraits_Vector
impl UnwindSafe for SpvReflectNumericTraits_Vector
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