Struct windows_sys::Media::Audio::AudioGraphCreationStatus
[−]#[repr(transparent)]pub struct AudioGraphCreationStatus(pub i32);
Expand description
Required features: "Media_Audio"
Tuple Fields
0: i32
Implementations
impl AudioGraphCreationStatus
impl AudioGraphCreationStatus
pub const Success: Self = Self(0i32)
pub const DeviceNotAvailable: Self = Self(1i32)
pub const FormatNotSupported: Self = Self(2i32)
pub const UnknownFailure: Self = Self(3i32)
Trait Implementations
impl Clone for AudioGraphCreationStatus
impl Clone for AudioGraphCreationStatus
impl Copy for AudioGraphCreationStatus
Auto Trait Implementations
impl RefUnwindSafe for AudioGraphCreationStatus
impl Send for AudioGraphCreationStatus
impl Sync for AudioGraphCreationStatus
impl Unpin for AudioGraphCreationStatus
impl UnwindSafe for AudioGraphCreationStatus
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