Struct windows_sys::Win32::Media::DirectShow::DSMCC_SECTION
[−]#[repr(C, packed(1))]pub struct DSMCC_SECTION {Show 14 fields
pub TableId: u8,
pub Header: DSMCC_SECTION_0,
pub TableIdExtension: u16,
pub Version: DSMCC_SECTION_1,
pub SectionNumber: u8,
pub LastSectionNumber: u8,
pub ProtocolDiscriminator: u8,
pub DsmccType: u8,
pub MessageId: u16,
pub TransactionId: u32,
pub Reserved: u8,
pub AdaptationLength: u8,
pub MessageLength: u16,
pub RemainingData: [u8; 1],
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
TableId: u8
Header: DSMCC_SECTION_0
TableIdExtension: u16
Version: DSMCC_SECTION_1
SectionNumber: u8
LastSectionNumber: u8
ProtocolDiscriminator: u8
DsmccType: u8
MessageId: u16
TransactionId: u32
Reserved: u8
AdaptationLength: u8
MessageLength: u16
RemainingData: [u8; 1]
Trait Implementations
impl Clone for DSMCC_SECTION
impl Clone for DSMCC_SECTION
impl Copy for DSMCC_SECTION
Auto Trait Implementations
impl RefUnwindSafe for DSMCC_SECTION
impl Send for DSMCC_SECTION
impl Sync for DSMCC_SECTION
impl Unpin for DSMCC_SECTION
impl UnwindSafe for DSMCC_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