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