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