#[repr(C)]pub struct MaterialParams {
pub vec4s: [[f32; 4]; 4],
}Fields§
§vec4s: [[f32; 4]; 4]Implementations§
Trait Implementations§
Source§impl Clone for MaterialParams
impl Clone for MaterialParams
Source§fn clone(&self) -> MaterialParams
fn clone(&self) -> MaterialParams
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 MaterialParams
impl Debug for MaterialParams
Source§impl PartialEq for MaterialParams
impl PartialEq for MaterialParams
impl Copy for MaterialParams
impl StructuralPartialEq for MaterialParams
Auto Trait Implementations§
impl Freeze for MaterialParams
impl RefUnwindSafe for MaterialParams
impl Send for MaterialParams
impl Sync for MaterialParams
impl Unpin for MaterialParams
impl UnsafeUnpin for MaterialParams
impl UnwindSafe for MaterialParams
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