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