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