Struct windows_sys::Win32::Media::DirectShow::SECTION
[−]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 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