Union synthizer_sys::syz_AutomationCommandParams [−][src]
#[repr(C)]
pub union syz_AutomationCommandParams {
pub append_to_property: syz_AutomationAppendPropertyCommand,
pub clear_property: syz_AutomationClearPropertyCommand,
pub send_user_event: syz_AutomationSendUserEventCommand,
}Fields
append_to_property: syz_AutomationAppendPropertyCommandclear_property: syz_AutomationClearPropertyCommandsend_user_event: syz_AutomationSendUserEventCommandTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for syz_AutomationCommandParams
impl Send for syz_AutomationCommandParams
impl Sync for syz_AutomationCommandParams
impl Unpin for syz_AutomationCommandParams
impl UnwindSafe for syz_AutomationCommandParams
Blanket Implementations
Mutably borrows from an owned value. Read more