#[repr(C)]pub struct _LEAP_VECTOR {
pub __bindgen_anon_1: _LEAP_VECTOR__bindgen_ty_1,
}Expand description
\ingroup Structs A three element, floating-point vector. @since 3.0.0
Fields§
§__bindgen_anon_1: _LEAP_VECTOR__bindgen_ty_1Trait 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 moreimpl 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