Struct windows_sys::Media::Playback::MediaPlayerAudioCategory
[−]#[repr(transparent)]pub struct MediaPlayerAudioCategory(pub i32);
Expand description
Required features: ‘Media_Playback’
Tuple Fields
0: i32
Implementations
impl MediaPlayerAudioCategory
impl MediaPlayerAudioCategory
pub const Other: Self
pub const Communications: Self
pub const Alerts: Self
pub const SoundEffects: Self
pub const GameEffects: Self
pub const GameMedia: Self
pub const GameChat: Self
pub const Speech: Self
pub const Movie: Self
pub const Media: Self
Trait Implementations
impl Clone for MediaPlayerAudioCategory
impl Clone for MediaPlayerAudioCategory
impl Copy for MediaPlayerAudioCategory
Auto Trait Implementations
impl RefUnwindSafe for MediaPlayerAudioCategory
impl Send for MediaPlayerAudioCategory
impl Sync for MediaPlayerAudioCategory
impl Unpin for MediaPlayerAudioCategory
impl UnwindSafe for MediaPlayerAudioCategory
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