Struct wgsl_bindgen::WgslRustTypeMap
source · pub struct WgslRustTypeMap;Expand description
Rust types like [f32; 4] or [[f32; 4]; 4].
Trait Implementations§
source§impl Clone for WgslRustTypeMap
impl Clone for WgslRustTypeMap
source§fn clone(&self) -> WgslRustTypeMap
fn clone(&self) -> WgslRustTypeMap
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 WgslRustTypeMap
impl WgslTypeMapBuild for WgslRustTypeMap
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 WgslRustTypeMap
impl Send for WgslRustTypeMap
impl Sync for WgslRustTypeMap
impl Unpin for WgslRustTypeMap
impl UnwindSafe for WgslRustTypeMap
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