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