#[repr(transparent)]pub struct AudioDeviceNodeCreationStatus(pub i32);
Expand description
Required features: ‘Media_Audio’
Tuple Fields
0: i32
Implementations
impl AudioDeviceNodeCreationStatus
impl AudioDeviceNodeCreationStatus
pub const Success: Self
pub const DeviceNotAvailable: Self
pub const FormatNotSupported: Self
pub const UnknownFailure: Self
pub const AccessDenied: Self
Trait Implementations
impl Clone for AudioDeviceNodeCreationStatus
impl Clone for AudioDeviceNodeCreationStatus
impl Copy for AudioDeviceNodeCreationStatus
Auto Trait Implementations
impl RefUnwindSafe for AudioDeviceNodeCreationStatus
impl Send for AudioDeviceNodeCreationStatus
impl Sync for AudioDeviceNodeCreationStatus
impl Unpin for AudioDeviceNodeCreationStatus
impl UnwindSafe for AudioDeviceNodeCreationStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more