Struct windows_sys::Win32::Media::DirectShow::Mpeg2TableSampleHdr
[−]#[repr(C, packed(1))]pub struct Mpeg2TableSampleHdr {
pub SectionCount: u8,
pub Reserved: [u8; 3],
pub SectionOffsets: [i32; 1],
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
SectionCount: u8
Reserved: [u8; 3]
SectionOffsets: [i32; 1]
Trait Implementations
impl Clone for Mpeg2TableSampleHdr
impl Clone for Mpeg2TableSampleHdr
impl Copy for Mpeg2TableSampleHdr
Auto Trait Implementations
impl RefUnwindSafe for Mpeg2TableSampleHdr
impl Send for Mpeg2TableSampleHdr
impl Sync for Mpeg2TableSampleHdr
impl Unpin for Mpeg2TableSampleHdr
impl UnwindSafe for Mpeg2TableSampleHdr
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