Struct windows_sys::Media::Capture::MediaCategory
[−]#[repr(transparent)]pub struct MediaCategory(pub i32);
Expand description
Required features: "Media_Capture"
Tuple Fields
0: i32
Implementations
impl MediaCategory
impl MediaCategory
pub const Other: Self = Self(0i32)
pub const Communications: Self = Self(1i32)
pub const Media: Self = Self(2i32)
pub const GameChat: Self = Self(3i32)
pub const Speech: Self = Self(4i32)
pub const FarFieldSpeech: Self = Self(5i32)
pub const UniformSpeech: Self = Self(6i32)
pub const VoiceTyping: Self = Self(7i32)
Trait Implementations
impl Clone for MediaCategory
impl Clone for MediaCategory
impl Copy for MediaCategory
Auto Trait Implementations
impl RefUnwindSafe for MediaCategory
impl Send for MediaCategory
impl Sync for MediaCategory
impl Unpin for MediaCategory
impl UnwindSafe for MediaCategory
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