Struct synthizer_sys::syz_AutomationCommand
source · [−]#[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_Handletime: f64type_: c_intflags: c_uintparams: syz_AutomationCommandParamsTrait Implementations
sourceimpl Clone for syz_AutomationCommand
impl Clone for syz_AutomationCommand
sourcefn clone(&self) -> syz_AutomationCommand
fn clone(&self) -> syz_AutomationCommand
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_AutomationCommand
impl Default for syz_AutomationCommand
impl Copy for syz_AutomationCommand
Auto Trait Implementations
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
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