#[repr(C)]pub struct syz_AutomationClearPropertyCommand {
pub property: c_int,
}Fields§
§property: c_intTrait Implementations§
Source§impl Clone for syz_AutomationClearPropertyCommand
impl Clone for syz_AutomationClearPropertyCommand
Source§fn clone(&self) -> syz_AutomationClearPropertyCommand
fn clone(&self) -> syz_AutomationClearPropertyCommand
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 moreSource§impl Default for syz_AutomationClearPropertyCommand
impl Default for syz_AutomationClearPropertyCommand
Source§fn default() -> syz_AutomationClearPropertyCommand
fn default() -> syz_AutomationClearPropertyCommand
Returns the “default value” for a type. Read more
impl Copy for syz_AutomationClearPropertyCommand
Auto Trait Implementations§
impl Freeze for syz_AutomationClearPropertyCommand
impl RefUnwindSafe for syz_AutomationClearPropertyCommand
impl Send for syz_AutomationClearPropertyCommand
impl Sync for syz_AutomationClearPropertyCommand
impl Unpin for syz_AutomationClearPropertyCommand
impl UnwindSafe for syz_AutomationClearPropertyCommand
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