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 more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more