Struct windows::Win32::Media::DirectShow::Tv::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],
}
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
§fn clone(&self) -> SpanningEventEmmMessage
fn clone(&self) -> SpanningEventEmmMessage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SpanningEventEmmMessage
impl Debug for SpanningEventEmmMessage
§impl Default for SpanningEventEmmMessage
impl Default for SpanningEventEmmMessage
§impl PartialEq for SpanningEventEmmMessage
impl PartialEq for SpanningEventEmmMessage
§fn eq(&self, other: &SpanningEventEmmMessage) -> bool
fn eq(&self, other: &SpanningEventEmmMessage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SpanningEventEmmMessage
impl Eq for SpanningEventEmmMessage
impl StructuralPartialEq for SpanningEventEmmMessage
Auto Trait Implementations§
impl Freeze for SpanningEventEmmMessage
impl RefUnwindSafe for SpanningEventEmmMessage
impl Send for SpanningEventEmmMessage
impl Sync for SpanningEventEmmMessage
impl Unpin for SpanningEventEmmMessage
impl UnwindSafe for SpanningEventEmmMessage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)