Struct flipperzero_sys::GapEvent
source · [−]#[repr(C)]pub struct GapEvent {
pub type_: GapEventType,
pub data: GapEventData,
}Fields
type_: GapEventTypedata: GapEventDataTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GapEvent
impl Send for GapEvent
impl Sync for GapEvent
impl Unpin for GapEvent
impl UnwindSafe for GapEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more