#[repr(C)]pub struct vvdecSEIFramePacking {Show 18 fields
pub arrangementId: c_int,
pub arrangementCancelFlag: bool,
pub arrangementType: c_int,
pub quincunxSamplingFlag: bool,
pub contentInterpretationType: c_int,
pub spatialFlippingFlag: bool,
pub frame0FlippedFlag: bool,
pub fieldViewsFlag: bool,
pub currentFrameIsFrame0Flag: bool,
pub frame0SelfContainedFlag: bool,
pub frame1SelfContainedFlag: bool,
pub frame0GridPositionX: c_int,
pub frame0GridPositionY: c_int,
pub frame1GridPositionX: c_int,
pub frame1GridPositionY: c_int,
pub arrangementReservedByte: c_int,
pub arrangementPersistenceFlag: bool,
pub upsampledAspectRatio: bool,
}Fields§
§arrangementId: c_int§arrangementCancelFlag: bool§arrangementType: c_int§quincunxSamplingFlag: bool§contentInterpretationType: c_int§spatialFlippingFlag: bool§frame0FlippedFlag: bool§fieldViewsFlag: bool§currentFrameIsFrame0Flag: bool§frame0SelfContainedFlag: bool§frame1SelfContainedFlag: bool§frame0GridPositionX: c_int§frame0GridPositionY: c_int§frame1GridPositionX: c_int§frame1GridPositionY: c_int§arrangementReservedByte: c_int§arrangementPersistenceFlag: bool§upsampledAspectRatio: boolTrait Implementations§
Source§impl Clone for vvdecSEIFramePacking
impl Clone for vvdecSEIFramePacking
Source§fn clone(&self) -> vvdecSEIFramePacking
fn clone(&self) -> vvdecSEIFramePacking
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 vvdecSEIFramePacking
impl Debug for vvdecSEIFramePacking
impl Copy for vvdecSEIFramePacking
Auto Trait Implementations§
impl Freeze for vvdecSEIFramePacking
impl RefUnwindSafe for vvdecSEIFramePacking
impl Send for vvdecSEIFramePacking
impl Sync for vvdecSEIFramePacking
impl Unpin for vvdecSEIFramePacking
impl UnwindSafe for vvdecSEIFramePacking
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