#[repr(C)]pub struct AsioTimeInfo {
pub speed: c_double,
pub systemTime: ASIOTimeStamp,
pub samplePosition: ASIOSamples,
pub sampleRate: ASIOSampleRate,
pub flags: c_long,
pub reserved: [c_char; 12],
}Fields§
§speed: c_double§systemTime: ASIOTimeStamp§samplePosition: ASIOSamples§sampleRate: ASIOSampleRate§flags: c_long§reserved: [c_char; 12]Trait Implementations§
Source§impl Clone for AsioTimeInfo
impl Clone for AsioTimeInfo
Source§fn clone(&self) -> AsioTimeInfo
fn clone(&self) -> AsioTimeInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AsioTimeInfo
impl Debug for AsioTimeInfo
impl Copy for AsioTimeInfo
Auto Trait Implementations§
impl Freeze for AsioTimeInfo
impl RefUnwindSafe for AsioTimeInfo
impl Send for AsioTimeInfo
impl Sync for AsioTimeInfo
impl Unpin for AsioTimeInfo
impl UnwindSafe for AsioTimeInfo
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)