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: u8Header: LONG_SECTION_0TableIdExtension: u16Version: LONG_SECTION_1SectionNumber: u8LastSectionNumber: u8RemainingData: [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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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