#[repr(C)]pub struct syz_AutomationSendUserEventCommand {
pub param: c_ulonglong,
}Fields
param: c_ulonglongTrait Implementations
sourceimpl Clone for syz_AutomationSendUserEventCommand
impl Clone for syz_AutomationSendUserEventCommand
sourcefn clone(&self) -> syz_AutomationSendUserEventCommand
fn clone(&self) -> syz_AutomationSendUserEventCommand
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for syz_AutomationSendUserEventCommand
impl Default for syz_AutomationSendUserEventCommand
sourcefn default() -> syz_AutomationSendUserEventCommand
fn default() -> syz_AutomationSendUserEventCommand
Returns the “default value” for a type. Read more
impl Copy for syz_AutomationSendUserEventCommand
Auto Trait Implementations
impl RefUnwindSafe for syz_AutomationSendUserEventCommand
impl Send for syz_AutomationSendUserEventCommand
impl Sync for syz_AutomationSendUserEventCommand
impl Unpin for syz_AutomationSendUserEventCommand
impl UnwindSafe for syz_AutomationSendUserEventCommand
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