#[repr(C)]pub struct Leap_RustListener {
pub _base: Leap_Listener,
pub m_callbacks: Leap_RustListenerCallbacks,
}
Fields§
§_base: Leap_Listener
§m_callbacks: Leap_RustListenerCallbacks
Implementations§
Source§impl Leap_RustListener
impl Leap_RustListener
pub unsafe fn new(callbacks: Leap_RustListenerCallbacks) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leap_RustListener
impl RefUnwindSafe for Leap_RustListener
impl !Send for Leap_RustListener
impl !Sync for Leap_RustListener
impl Unpin for Leap_RustListener
impl UnwindSafe for Leap_RustListener
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