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 = Self(0i32)
pub const Communications: Self = Self(3i32)
pub const Alerts: Self = Self(4i32)
pub const SoundEffects: Self = Self(5i32)
pub const GameEffects: Self = Self(6i32)
pub const GameMedia: Self = Self(7i32)
pub const GameChat: Self = Self(8i32)
pub const Speech: Self = Self(9i32)
pub const Movie: Self = Self(10i32)
pub const Media: Self = Self(11i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more