#[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 = Self(0i32)
pub const DeviceNotAvailable: Self = Self(1i32)
pub const FormatNotSupported: Self = Self(2i32)
pub const UnknownFailure: Self = Self(3i32)
pub const AccessDenied: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more