#[repr(C)]pub struct LfbEvent { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for LfbEvent
impl RefUnwindSafe for LfbEvent
impl !Send for LfbEvent
impl !Sync for LfbEvent
impl !Unpin for LfbEvent
impl UnwindSafe for LfbEvent
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