#[repr(C)]pub struct syz_UserAutomationEvent {
pub param: c_ulonglong,
}
Fields§
§param: c_ulonglong
Trait Implementations§
Source§impl Clone for syz_UserAutomationEvent
impl Clone for syz_UserAutomationEvent
Source§fn clone(&self) -> syz_UserAutomationEvent
fn clone(&self) -> syz_UserAutomationEvent
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 Debug for syz_UserAutomationEvent
impl Debug for syz_UserAutomationEvent
Source§impl Default for syz_UserAutomationEvent
impl Default for syz_UserAutomationEvent
Source§fn default() -> syz_UserAutomationEvent
fn default() -> syz_UserAutomationEvent
Returns the “default value” for a type. Read more
impl Copy for syz_UserAutomationEvent
Auto Trait Implementations§
impl Freeze for syz_UserAutomationEvent
impl RefUnwindSafe for syz_UserAutomationEvent
impl Send for syz_UserAutomationEvent
impl Sync for syz_UserAutomationEvent
impl Unpin for syz_UserAutomationEvent
impl UnwindSafe for syz_UserAutomationEvent
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