Struct synthizer_sys::syz_UserAutomationEvent
source · [−]#[repr(C)]pub struct syz_UserAutomationEvent {
pub param: c_ulonglong,
}Fields
param: c_ulonglongTrait Implementations
sourceimpl Clone for syz_UserAutomationEvent
impl Clone for syz_UserAutomationEvent
sourcefn clone(&self) -> syz_UserAutomationEvent
fn clone(&self) -> syz_UserAutomationEvent
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 Debug for syz_UserAutomationEvent
impl Debug for syz_UserAutomationEvent
sourceimpl Default for syz_UserAutomationEvent
impl Default for syz_UserAutomationEvent
sourcefn 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 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
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