Struct synthizer_sys::syz_AutomationAppendPropertyCommand [−][src]
#[repr(C)]pub struct syz_AutomationAppendPropertyCommand {
pub property: c_int,
pub point: syz_AutomationPoint,
}Fields
property: c_intpoint: syz_AutomationPointTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for syz_AutomationAppendPropertyCommand
impl Sync for syz_AutomationAppendPropertyCommand
impl Unpin for syz_AutomationAppendPropertyCommand
Blanket Implementations
Mutably borrows from an owned value. Read more