#[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_AutomationAppendPropertyCommand§clear_property: syz_AutomationClearPropertyCommand§send_user_event: syz_AutomationSendUserEventCommandTrait Implementations§
Source§impl Clone for syz_AutomationCommandParams
impl Clone for syz_AutomationCommandParams
Source§fn clone(&self) -> syz_AutomationCommandParams
fn clone(&self) -> syz_AutomationCommandParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for syz_AutomationCommandParams
Auto Trait Implementations§
impl Freeze for syz_AutomationCommandParams
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more