#[repr(C)]pub struct GapEvent {
pub type_: GapEventType,
pub data: GapEventData,
}Fields§
§type_: GapEventType§data: GapEventDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for GapEvent
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