Struct synthizer_sys::syz_AutomationCommand [−][src]
#[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
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
Mutably borrows from an owned value. Read more