Struct windows_sys::Media::Playback::MediaPlayerState
[−]#[repr(transparent)]pub struct MediaPlayerState(pub i32);Expand description
Required features: ‘Media_Playback’, ‘deprecated’
Tuple Fields
0: i32Implementations
impl MediaPlayerState
impl MediaPlayerState
Trait Implementations
impl Clone for MediaPlayerState
impl Clone for MediaPlayerState
impl Copy for MediaPlayerState
Auto Trait Implementations
impl RefUnwindSafe for MediaPlayerState
impl Send for MediaPlayerState
impl Sync for MediaPlayerState
impl Unpin for MediaPlayerState
impl UnwindSafe for MediaPlayerState
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