#[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
sourceimpl Clone for syz_AutomationCommandParams
impl Clone for syz_AutomationCommandParams
sourcefn clone(&self) -> syz_AutomationCommandParams
fn clone(&self) -> syz_AutomationCommandParams
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_AutomationCommandParams
impl Default for syz_AutomationCommandParams
impl Copy for syz_AutomationCommandParams
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
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