Struct windows_sys::Win32::Media::DirectShow::MPEG_HEADER_VERSION_BITS
[−]#[repr(C)]pub struct MPEG_HEADER_VERSION_BITS {
pub _bitfield: u8,
}
Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
_bitfield: u8
Trait Implementations
impl Clone for MPEG_HEADER_VERSION_BITS
impl Clone for MPEG_HEADER_VERSION_BITS
impl Copy for MPEG_HEADER_VERSION_BITS
Auto Trait Implementations
impl RefUnwindSafe for MPEG_HEADER_VERSION_BITS
impl Send for MPEG_HEADER_VERSION_BITS
impl Sync for MPEG_HEADER_VERSION_BITS
impl Unpin for MPEG_HEADER_VERSION_BITS
impl UnwindSafe for MPEG_HEADER_VERSION_BITS
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