#[repr(C)]pub struct syz_AutomationPoint {
pub interpolation_type: c_int,
pub values: [f64; 6],
pub flags: c_ulonglong,
}
Fields§
§interpolation_type: c_int
§values: [f64; 6]
§flags: c_ulonglong
Trait Implementations§
Source§impl Clone for syz_AutomationPoint
impl Clone for syz_AutomationPoint
Source§fn clone(&self) -> syz_AutomationPoint
fn clone(&self) -> syz_AutomationPoint
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for syz_AutomationPoint
impl Debug for syz_AutomationPoint
Source§impl Default for syz_AutomationPoint
impl Default for syz_AutomationPoint
Source§fn default() -> syz_AutomationPoint
fn default() -> syz_AutomationPoint
Returns the “default value” for a type. Read more
impl Copy for syz_AutomationPoint
Auto Trait Implementations§
impl Freeze for syz_AutomationPoint
impl RefUnwindSafe for syz_AutomationPoint
impl Send for syz_AutomationPoint
impl Sync for syz_AutomationPoint
impl Unpin for syz_AutomationPoint
impl UnwindSafe for syz_AutomationPoint
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