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