Struct wgsl_bindgen::NalgebraWgslTypeMap
source · pub struct NalgebraWgslTypeMap;Expand description
nalgebra types like nalgebra::SVector<f64, 4> or nalgebra::SMatrix<f32, 2, 3>.
Trait Implementations§
source§impl Clone for NalgebraWgslTypeMap
impl Clone for NalgebraWgslTypeMap
source§fn clone(&self) -> NalgebraWgslTypeMap
fn clone(&self) -> NalgebraWgslTypeMap
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 WgslTypeMapBuild for NalgebraWgslTypeMap
impl WgslTypeMapBuild for NalgebraWgslTypeMap
source§fn build(&self, _: WgslTypeSerializeStrategy) -> WgslTypeMap
fn build(&self, _: WgslTypeSerializeStrategy) -> WgslTypeMap
Builds the
WgslTypeMap based on the given serialization strategy.Auto Trait Implementations§
impl RefUnwindSafe for NalgebraWgslTypeMap
impl Send for NalgebraWgslTypeMap
impl Sync for NalgebraWgslTypeMap
impl Unpin for NalgebraWgslTypeMap
impl UnwindSafe for NalgebraWgslTypeMap
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