Struct windows_sys::Win32::Media::DirectShow::LONG_SECTION
[−]#[repr(C, packed(1))]pub struct LONG_SECTION {
pub TableId: u8,
pub Header: LONG_SECTION_0,
pub TableIdExtension: u16,
pub Version: LONG_SECTION_1,
pub SectionNumber: u8,
pub LastSectionNumber: u8,
pub RemainingData: [u8; 1],
}
Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
TableId: u8
Header: LONG_SECTION_0
TableIdExtension: u16
Version: LONG_SECTION_1
SectionNumber: u8
LastSectionNumber: u8
RemainingData: [u8; 1]
Trait Implementations
impl Clone for LONG_SECTION
impl Clone for LONG_SECTION
impl Copy for LONG_SECTION
Auto Trait Implementations
impl RefUnwindSafe for LONG_SECTION
impl Send for LONG_SECTION
impl Sync for LONG_SECTION
impl Unpin for LONG_SECTION
impl UnwindSafe for LONG_SECTION
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