#[repr(C)]pub struct h265_profile_tier_level {
pub general: h265_ptl_core,
pub sub_layer_present_flags: [h265_profile_tier_level__bindgen_ty_1; 7],
pub sub_layers: [h265_ptl_core; 7],
}Expand description
7.3.3 Profile, tier and level syntax
Fields§
§general: h265_ptl_core§sub_layer_present_flags: [h265_profile_tier_level__bindgen_ty_1; 7]§sub_layers: [h265_ptl_core; 7]Trait Implementations§
Source§impl Clone for h265_profile_tier_level
impl Clone for h265_profile_tier_level
Source§fn clone(&self) -> h265_profile_tier_level
fn clone(&self) -> h265_profile_tier_level
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_profile_tier_level
impl Debug for h265_profile_tier_level
impl Copy for h265_profile_tier_level
Auto Trait Implementations§
impl Freeze for h265_profile_tier_level
impl RefUnwindSafe for h265_profile_tier_level
impl Send for h265_profile_tier_level
impl Sync for h265_profile_tier_level
impl Unpin for h265_profile_tier_level
impl UnwindSafe for h265_profile_tier_level
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