#[repr(C)]pub struct AURecordedParameterEvent {
pub hostTime: u64,
pub address: AUParameterAddress,
pub value: AUValue,
}Expand description
Wraps AURecordedParameterEvent.
Fields§
§hostTime: u64§address: AUParameterAddress§value: AUValueTrait Implementations§
Source§impl Clone for AURecordedParameterEvent
impl Clone for AURecordedParameterEvent
Source§fn clone(&self) -> AURecordedParameterEvent
fn clone(&self) -> AURecordedParameterEvent
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 moreSource§impl Debug for AURecordedParameterEvent
impl Debug for AURecordedParameterEvent
Source§impl Default for AURecordedParameterEvent
impl Default for AURecordedParameterEvent
Source§fn default() -> AURecordedParameterEvent
fn default() -> AURecordedParameterEvent
Returns the “default value” for a type. Read more
impl Copy for AURecordedParameterEvent
Auto Trait Implementations§
impl Freeze for AURecordedParameterEvent
impl RefUnwindSafe for AURecordedParameterEvent
impl Send for AURecordedParameterEvent
impl Sync for AURecordedParameterEvent
impl Unpin for AURecordedParameterEvent
impl UnsafeUnpin for AURecordedParameterEvent
impl UnwindSafe for AURecordedParameterEvent
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