[−][src]Struct intel_genxml::gen7::InlineDataDescriptionForMfdAvcBsdObject
Fields
mb_error_concealment_p_slice_weight_prediction_disable: boolmb_error_concealment_p_slice_motion_vectors_override_disable: boolmb_error_concealment_p_slice_reference_index_override_disable: boolmb_error_concealment_b_spatial_weight_prediction_disable: boolmb_error_concealment_b_spatial_motion_vectors_override_disable: boolmb_error_concealment_b_spatial_reference_index_override_disable: boolmb_error_concealment_b_spatial_prediction_mode: u32mb_header_error_handling: boolentropy_error_handling: boolmpr_error_handling: boolbsd_premature_complete_error_handling: boolconcealment_picture_id: u32mb_error_concealment_b_temporal_weight_prediction_disable: boolmb_error_concealment_b_temporal_motion_vectors_override_enable: boolmb_error_concealment_b_temporal_reference_index_override_enable: boolmb_error_concealment_b_temporal_prediction_mode: u32init_current_mb_number: boolconcealment_method: u32first_mb_bit_offset: u32last_slice: boolemulation_prevention_byte_present: boolfix_prev_mb_skipped: boolfirst_mb_byte_offset_of_slice_data_or_slice_header: u32Methods
impl InlineDataDescriptionForMfdAvcBsdObject[src]
pub const DWORD_LENGTH: u32[src]
Trait Implementations
impl Default for InlineDataDescriptionForMfdAvcBsdObject[src]
impl Deserialize for InlineDataDescriptionForMfdAvcBsdObject[src]
impl<'_> From<&'_ [u32; 2]> for InlineDataDescriptionForMfdAvcBsdObject[src]
impl Serialize for InlineDataDescriptionForMfdAvcBsdObject[src]
Auto Trait Implementations
impl RefUnwindSafe for InlineDataDescriptionForMfdAvcBsdObject
impl Send for InlineDataDescriptionForMfdAvcBsdObject
impl Sync for InlineDataDescriptionForMfdAvcBsdObject
impl Unpin for InlineDataDescriptionForMfdAvcBsdObject
impl UnwindSafe for InlineDataDescriptionForMfdAvcBsdObject
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,