#[repr(C)]pub struct Leap_PointableList {
pub _base: Leap_Interface,
}
Fields§
§_base: Leap_Interface
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leap_PointableList
impl RefUnwindSafe for Leap_PointableList
impl !Send for Leap_PointableList
impl !Sync for Leap_PointableList
impl Unpin for Leap_PointableList
impl UnwindSafe for Leap_PointableList
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