Struct flipperzero_sys::GapEvent
source · #[repr(C)]pub struct GapEvent {
pub type_: GapEventType,
pub data: GapEventData,
}Fields§
§type_: GapEventType§data: 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§
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