#[repr(C)]pub struct syz_AutomationSendUserEventCommand {
pub param: c_ulonglong,
}Fields§
§param: c_ulonglongTrait Implementations§
Source§impl Clone for syz_AutomationSendUserEventCommand
impl Clone for syz_AutomationSendUserEventCommand
Source§fn clone(&self) -> syz_AutomationSendUserEventCommand
fn clone(&self) -> syz_AutomationSendUserEventCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for syz_AutomationSendUserEventCommand
impl Default for syz_AutomationSendUserEventCommand
Source§fn 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 Freeze for syz_AutomationSendUserEventCommand
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§
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