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