#[repr(C)]pub struct h265_sps_multilayer_ext {
pub inter_view_mv_vert_constraint_flag: c_int,
}Expand description
F.7.3.2.2.4 Sequence parameter set multilayer extension syntax
Fields§
§inter_view_mv_vert_constraint_flag: c_intTrait Implementations§
Source§impl Clone for h265_sps_multilayer_ext
impl Clone for h265_sps_multilayer_ext
Source§fn clone(&self) -> h265_sps_multilayer_ext
fn clone(&self) -> h265_sps_multilayer_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_sps_multilayer_ext
impl Debug for h265_sps_multilayer_ext
impl Copy for h265_sps_multilayer_ext
Auto Trait Implementations§
impl Freeze for h265_sps_multilayer_ext
impl RefUnwindSafe for h265_sps_multilayer_ext
impl Send for h265_sps_multilayer_ext
impl Sync for h265_sps_multilayer_ext
impl Unpin for h265_sps_multilayer_ext
impl UnwindSafe for h265_sps_multilayer_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