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