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