Struct h264_reader::nal::sps::BitstreamRestrictions
source · pub struct BitstreamRestrictions {
pub motion_vectors_over_pic_boundaries_flag: bool,
pub max_bytes_per_pic_denom: u32,
pub max_bits_per_mb_denom: u32,
pub log2_max_mv_length_horizontal: u32,
pub log2_max_mv_length_vertical: u32,
pub max_num_reorder_frames: u32,
pub max_dec_frame_buffering: u32,
}
Fields§
§motion_vectors_over_pic_boundaries_flag: bool
§max_bytes_per_pic_denom: u32
§max_bits_per_mb_denom: u32
§log2_max_mv_length_horizontal: u32
§log2_max_mv_length_vertical: u32
§max_num_reorder_frames: u32
§max_dec_frame_buffering: u32
Trait Implementations§
source§impl Clone for BitstreamRestrictions
impl Clone for BitstreamRestrictions
source§fn clone(&self) -> BitstreamRestrictions
fn clone(&self) -> BitstreamRestrictions
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 moresource§impl Debug for BitstreamRestrictions
impl Debug for BitstreamRestrictions
source§impl Default for BitstreamRestrictions
impl Default for BitstreamRestrictions
source§fn default() -> BitstreamRestrictions
fn default() -> BitstreamRestrictions
Returns the “default value” for a type. Read more
source§impl PartialEq for BitstreamRestrictions
impl PartialEq for BitstreamRestrictions
source§fn eq(&self, other: &BitstreamRestrictions) -> bool
fn eq(&self, other: &BitstreamRestrictions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BitstreamRestrictions
impl StructuralPartialEq for BitstreamRestrictions
Auto Trait Implementations§
impl Freeze for BitstreamRestrictions
impl RefUnwindSafe for BitstreamRestrictions
impl Send for BitstreamRestrictions
impl Sync for BitstreamRestrictions
impl Unpin for BitstreamRestrictions
impl UnwindSafe for BitstreamRestrictions
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