Struct windows_sys::Media::Playback::MediaPlayerError
[−]#[repr(transparent)]pub struct MediaPlayerError(pub i32);
Expand description
Required features: "Media_Playback"
Tuple Fields
0: i32
Implementations
impl MediaPlayerError
impl MediaPlayerError
pub const Unknown: Self = Self(0i32)
pub const Aborted: Self = Self(1i32)
pub const NetworkError: Self = Self(2i32)
pub const DecodingError: Self = Self(3i32)
pub const SourceNotSupported: Self = Self(4i32)
Trait Implementations
impl Clone for MediaPlayerError
impl Clone for MediaPlayerError
impl Copy for MediaPlayerError
Auto Trait Implementations
impl RefUnwindSafe for MediaPlayerError
impl Send for MediaPlayerError
impl Sync for MediaPlayerError
impl Unpin for MediaPlayerError
impl UnwindSafe for MediaPlayerError
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