Struct windows_sys::Win32::Media::DirectShow::SpanningEventEmmMessage
[−]#[repr(C)]pub struct SpanningEventEmmMessage {Show 13 fields
pub bCAbroadcasterGroupId: u8,
pub bMessageControl: u8,
pub wServiceId: u16,
pub wTableIdExtension: u16,
pub bDeletionStatus: u8,
pub bDisplayingDuration1: u8,
pub bDisplayingDuration2: u8,
pub bDisplayingDuration3: u8,
pub bDisplayingCycle: u8,
pub bFormatVersion: u8,
pub bDisplayPosition: u8,
pub wMessageLength: u16,
pub szMessageArea: [u16; 1],
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
bCAbroadcasterGroupId: u8
bMessageControl: u8
wServiceId: u16
wTableIdExtension: u16
bDeletionStatus: u8
bDisplayingDuration1: u8
bDisplayingDuration2: u8
bDisplayingDuration3: u8
bDisplayingCycle: u8
bFormatVersion: u8
bDisplayPosition: u8
wMessageLength: u16
szMessageArea: [u16; 1]
Trait Implementations
impl Clone for SpanningEventEmmMessage
impl Clone for SpanningEventEmmMessage
impl Copy for SpanningEventEmmMessage
Auto Trait Implementations
impl RefUnwindSafe for SpanningEventEmmMessage
impl Send for SpanningEventEmmMessage
impl Sync for SpanningEventEmmMessage
impl Unpin for SpanningEventEmmMessage
impl UnwindSafe for SpanningEventEmmMessage
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