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