#[repr(C)]pub struct Leap_ListBaseImplementation {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for Leap_ListBaseImplementation
impl Clone for Leap_ListBaseImplementation
Source§fn clone(&self) -> Leap_ListBaseImplementation
fn clone(&self) -> Leap_ListBaseImplementation
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_ListBaseImplementation
impl Debug for Leap_ListBaseImplementation
impl Copy for Leap_ListBaseImplementation
Auto Trait Implementations§
impl Freeze for Leap_ListBaseImplementation
impl RefUnwindSafe for Leap_ListBaseImplementation
impl Send for Leap_ListBaseImplementation
impl Sync for Leap_ListBaseImplementation
impl Unpin for Leap_ListBaseImplementation
impl UnwindSafe for Leap_ListBaseImplementation
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