Struct windows_sys::Win32::Media::DirectShow::SECTION
[−]#[repr(C, packed(1))]pub struct SECTION {
pub TableId: u8,
pub Header: SECTION_0,
pub SectionData: [u8; 1],
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
TableId: u8
Header: SECTION_0
SectionData: [u8; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SECTION
impl Send for SECTION
impl Sync for SECTION
impl Unpin for SECTION
impl UnwindSafe for 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