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