#[repr(C)]pub struct vvdecSEIParameterSetsInclusionIndication {
pub selfContainedClvsFlag: c_int,
}Fields§
§selfContainedClvsFlag: c_intTrait Implementations§
Source§impl Clone for vvdecSEIParameterSetsInclusionIndication
impl Clone for vvdecSEIParameterSetsInclusionIndication
Source§fn clone(&self) -> vvdecSEIParameterSetsInclusionIndication
fn clone(&self) -> vvdecSEIParameterSetsInclusionIndication
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 moreimpl Copy for vvdecSEIParameterSetsInclusionIndication
Auto Trait Implementations§
impl Freeze for vvdecSEIParameterSetsInclusionIndication
impl RefUnwindSafe for vvdecSEIParameterSetsInclusionIndication
impl Send for vvdecSEIParameterSetsInclusionIndication
impl Sync for vvdecSEIParameterSetsInclusionIndication
impl Unpin for vvdecSEIParameterSetsInclusionIndication
impl UnwindSafe for vvdecSEIParameterSetsInclusionIndication
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