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