#[repr(C)]pub struct syz_AutomationCommand {
pub target: syz_Handle,
pub time: f64,
pub type_: c_int,
pub flags: c_uint,
pub params: syz_AutomationCommandParams,
}
Fields§
§target: syz_Handle
§time: f64
§type_: c_int
§flags: c_uint
§params: syz_AutomationCommandParams
Trait Implementations§
Source§impl Clone for syz_AutomationCommand
impl Clone for syz_AutomationCommand
Source§fn clone(&self) -> syz_AutomationCommand
fn clone(&self) -> syz_AutomationCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for syz_AutomationCommand
impl Default for syz_AutomationCommand
impl Copy for syz_AutomationCommand
Auto Trait Implementations§
impl Freeze for syz_AutomationCommand
impl RefUnwindSafe for syz_AutomationCommand
impl Send for syz_AutomationCommand
impl Sync for syz_AutomationCommand
impl Unpin for syz_AutomationCommand
impl UnwindSafe for syz_AutomationCommand
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