pub struct HardwareType(pub DeviceType);
Expand description
The type of an audio device driver.
Tuple Fields§
§0: DeviceType
Trait Implementations§
Source§impl Clone for HardwareType
impl Clone for HardwareType
Source§fn clone(&self) -> HardwareType
fn clone(&self) -> HardwareType
Returns a copy of the value. Read more
1.0.0 · 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 HardwareType
impl Debug for HardwareType
Source§impl Display for HardwareType
impl Display for HardwareType
Source§impl From<Type> for HardwareType
impl From<Type> for HardwareType
Source§impl FromStr for HardwareType
impl FromStr for HardwareType
Source§impl PartialEq for HardwareType
impl PartialEq for HardwareType
impl Copy for HardwareType
impl Eq for HardwareType
impl StructuralPartialEq for HardwareType
Auto Trait Implementations§
impl Freeze for HardwareType
impl RefUnwindSafe for HardwareType
impl Send for HardwareType
impl Sync for HardwareType
impl Unpin for HardwareType
impl UnwindSafe for HardwareType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)