#[repr(C)]pub struct syz_AutomationClearPropertyCommand {
pub property: c_int,
}Fields
property: c_intTrait Implementations
sourceimpl Clone for syz_AutomationClearPropertyCommand
impl Clone for syz_AutomationClearPropertyCommand
sourcefn clone(&self) -> syz_AutomationClearPropertyCommand
fn clone(&self) -> syz_AutomationClearPropertyCommand
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 moresourceimpl Default for syz_AutomationClearPropertyCommand
impl Default for syz_AutomationClearPropertyCommand
sourcefn 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 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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