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
pub const DeviceNotAvailable: Self
pub const FormatNotSupported: Self
pub const UnknownFailure: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more