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