#[repr(C)]pub struct ASIODriverInfo {
pub asioVersion: c_long,
pub driverVersion: c_long,
pub name: [c_char; 32],
pub errorMessage: [c_char; 124],
pub sysRef: *mut c_void,
}Fields§
§asioVersion: c_long§driverVersion: c_long§name: [c_char; 32]§errorMessage: [c_char; 124]§sysRef: *mut c_voidTrait Implementations§
Source§impl Clone for ASIODriverInfo
impl Clone for ASIODriverInfo
Source§fn clone(&self) -> ASIODriverInfo
fn clone(&self) -> ASIODriverInfo
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 ASIODriverInfo
impl Debug for ASIODriverInfo
impl Copy for ASIODriverInfo
Auto Trait Implementations§
impl Freeze for ASIODriverInfo
impl RefUnwindSafe for ASIODriverInfo
impl !Send for ASIODriverInfo
impl !Sync for ASIODriverInfo
impl Unpin for ASIODriverInfo
impl UnwindSafe for ASIODriverInfo
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)