#[repr(C)]pub struct _LEAP_CALIBRATION { /* private fields */ }Trait Implementations§
Source§impl Clone for _LEAP_CALIBRATION
impl Clone for _LEAP_CALIBRATION
Source§fn clone(&self) -> _LEAP_CALIBRATION
fn clone(&self) -> _LEAP_CALIBRATION
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_CALIBRATION
impl Debug for _LEAP_CALIBRATION
impl Copy for _LEAP_CALIBRATION
Auto Trait Implementations§
impl Freeze for _LEAP_CALIBRATION
impl RefUnwindSafe for _LEAP_CALIBRATION
impl Send for _LEAP_CALIBRATION
impl Sync for _LEAP_CALIBRATION
impl Unpin for _LEAP_CALIBRATION
impl UnwindSafe for _LEAP_CALIBRATION
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