#[repr(C)]pub struct AutomationEvent {
pub frame: c_uint,
pub type_: c_uint,
pub params: [c_int; 4],
}Fields§
§frame: c_uint§type_: c_uint§params: [c_int; 4]Trait Implementations§
Source§impl Clone for AutomationEvent
impl Clone for AutomationEvent
Source§fn clone(&self) -> AutomationEvent
fn clone(&self) -> AutomationEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AutomationEvent
Source§impl Debug for AutomationEvent
impl Debug for AutomationEvent
Source§impl Default for AutomationEvent
impl Default for AutomationEvent
Source§fn default() -> AutomationEvent
fn default() -> AutomationEvent
Returns the “default value” for a type. Read more
Source§impl PartialEq for AutomationEvent
impl PartialEq for AutomationEvent
Source§fn eq(&self, other: &AutomationEvent) -> bool
fn eq(&self, other: &AutomationEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutomationEvent
Auto Trait Implementations§
impl Freeze for AutomationEvent
impl RefUnwindSafe for AutomationEvent
impl Send for AutomationEvent
impl Sync for AutomationEvent
impl Unpin for AutomationEvent
impl UnsafeUnpin for AutomationEvent
impl UnwindSafe for AutomationEvent
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