#[repr(C)]pub struct h265_pps_3d_ext {
pub dlts_present_flag: c_int,
pub pps_depth_layers_minus1: u32,
pub pps_bit_depth_for_depth_layers_minus8: u32,
pub dlt_flag: [c_int; 64],
pub dlt_pred_flag: [c_int; 64],
pub dlt_val_flags_present_flag: [c_int; 64],
pub dlt_value_flag: [*mut c_int; 64],
pub delta_dlt: [h265_delta_dlt; 64],
}Expand description
I.7.3.2.3.7 Picture parameter set 3D extension syntax
Fields§
§dlts_present_flag: c_int§pps_depth_layers_minus1: u32§pps_bit_depth_for_depth_layers_minus8: u32§dlt_flag: [c_int; 64]§dlt_pred_flag: [c_int; 64]§dlt_val_flags_present_flag: [c_int; 64]§dlt_value_flag: [*mut c_int; 64]§delta_dlt: [h265_delta_dlt; 64]Trait Implementations§
Source§impl Clone for h265_pps_3d_ext
impl Clone for h265_pps_3d_ext
Source§fn clone(&self) -> h265_pps_3d_ext
fn clone(&self) -> h265_pps_3d_ext
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_pps_3d_ext
impl Debug for h265_pps_3d_ext
impl Copy for h265_pps_3d_ext
Auto Trait Implementations§
impl Freeze for h265_pps_3d_ext
impl RefUnwindSafe for h265_pps_3d_ext
impl !Send for h265_pps_3d_ext
impl !Sync for h265_pps_3d_ext
impl Unpin for h265_pps_3d_ext
impl UnwindSafe for h265_pps_3d_ext
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