#[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_int§source: syz_Handle§context: syz_Handle§payload: syz_Event__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for syz_Event
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§
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