[][src]Struct intel_genxml::gen11::HcpRefListEntry

pub struct HcpRefListEntry {
    pub reference_picture_tb_value: u32,
    pub list_entry: u32,
    pub chroma_weighted_prediction: u32,
    pub luma_weighted_prediction: u32,
    pub long_term_reference: bool,
    pub field_pic: bool,
    pub top_field: bool,
}

Fields

reference_picture_tb_value: u32list_entry: u32chroma_weighted_prediction: u32luma_weighted_prediction: u32long_term_reference: boolfield_pic: booltop_field: bool

Methods

impl HcpRefListEntry[src]

pub const DWORD_LENGTH: u32[src]

pub const DEFAULT: u32[src]

pub const EXPLICIT: u32[src]

Trait Implementations

impl Default for HcpRefListEntry[src]

impl Deserialize for HcpRefListEntry[src]

impl<'_> From<&'_ [u32; 1]> for HcpRefListEntry[src]

impl Serialize for HcpRefListEntry[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for HcpRefListEntry

impl Send for HcpRefListEntry

impl Sync for HcpRefListEntry

impl Unpin for HcpRefListEntry

impl UnwindSafe for HcpRefListEntry

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.