#[repr(C)]pub struct h265_sub_layer_hrd {
pub cpbs: [h265_sub_layer_hrd__bindgen_ty_1; 32],
}Expand description
E.2.3 Sub-layer HRD parameters syntax
Fields§
§cpbs: [h265_sub_layer_hrd__bindgen_ty_1; 32]Trait Implementations§
Source§impl Clone for h265_sub_layer_hrd
impl Clone for h265_sub_layer_hrd
Source§fn clone(&self) -> h265_sub_layer_hrd
fn clone(&self) -> h265_sub_layer_hrd
Returns a duplicate 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 h265_sub_layer_hrd
impl Debug for h265_sub_layer_hrd
impl Copy for h265_sub_layer_hrd
Auto Trait Implementations§
impl Freeze for h265_sub_layer_hrd
impl RefUnwindSafe for h265_sub_layer_hrd
impl Send for h265_sub_layer_hrd
impl Sync for h265_sub_layer_hrd
impl Unpin for h265_sub_layer_hrd
impl UnwindSafe for h265_sub_layer_hrd
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