#[repr(C, packed(1))]
pub struct MPEG2_FILTER2_0_0 {
Show 17 fields pub bVersionNumber: u8, pub wFilterSize: u16, pub fUseRawFilteringBits: BOOL, pub Filter: [u8; 16], pub Mask: [u8; 16], pub fSpecifyTableIdExtension: BOOL, pub TableIdExtension: u16, pub fSpecifyVersion: BOOL, pub Version: u8, pub fSpecifySectionNumber: BOOL, pub SectionNumber: u8, pub fSpecifyCurrentNext: BOOL, pub fNext: BOOL, pub fSpecifyDsmccOptions: BOOL, pub Dsmcc: DSMCC_FILTER_OPTIONS, pub fSpecifyAtscOptions: BOOL, pub Atsc: ATSC_FILTER_OPTIONS,
}

Fields§

§bVersionNumber: u8§wFilterSize: u16§fUseRawFilteringBits: BOOL§Filter: [u8; 16]§Mask: [u8; 16]§fSpecifyTableIdExtension: BOOL§TableIdExtension: u16§fSpecifyVersion: BOOL§Version: u8§fSpecifySectionNumber: BOOL§SectionNumber: u8§fSpecifyCurrentNext: BOOL§fNext: BOOL§fSpecifyDsmccOptions: BOOL§Dsmcc: DSMCC_FILTER_OPTIONS§fSpecifyAtscOptions: BOOL§Atsc: ATSC_FILTER_OPTIONS

Trait Implementations§

§

impl Clone for MPEG2_FILTER2_0_0

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for MPEG2_FILTER2_0_0

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl Copy for MPEG2_FILTER2_0_0

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.