#[repr(C)]pub struct fy_event {
pub type_: fy_event_type,
pub __bindgen_anon_1: fy_event__bindgen_ty_1,
}Fields§
§type_: fy_event_type§__bindgen_anon_1: fy_event__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for fy_event
impl RefUnwindSafe for fy_event
impl !Send for fy_event
impl !Sync for fy_event
impl Unpin for fy_event
impl UnwindSafe for fy_event
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