Struct synthizer_sys::syz_Event
source · [−]#[repr(C)]pub struct syz_Event {
pub type_: c_int,
pub source: syz_Handle,
pub context: syz_Handle,
pub payload: syz_Event__bindgen_ty_1,
}Fields
type_: c_intsource: syz_Handlecontext: syz_Handlepayload: syz_Event__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for syz_Event
impl Send for syz_Event
impl Sync for syz_Event
impl Unpin for syz_Event
impl UnwindSafe for syz_Event
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