#[repr(C)]pub struct vvdecSEIRegionWisePacking {Show 24 fields
pub rwpCancelFlag: bool,
pub rwpPersistenceFlag: bool,
pub constituentPictureMatchingFlag: bool,
pub numPackedRegions: c_int,
pub projPictureWidth: c_int,
pub projPictureHeight: c_int,
pub packedPictureWidth: c_int,
pub packedPictureHeight: c_int,
pub rwpTransformType: [u8; 256],
pub rwpGuardBandFlag: [bool; 256],
pub projRegionWidth: [u32; 256],
pub projRegionHeight: [u32; 256],
pub rwpProjRegionTop: [u32; 256],
pub projRegionLeft: [u32; 256],
pub packedRegionWidth: [u16; 256],
pub packedRegionHeight: [u16; 256],
pub packedRegionTop: [u16; 256],
pub packedRegionLeft: [u16; 256],
pub rwpLeftGuardBandWidth: [u8; 256],
pub rwpRightGuardBandWidth: [u8; 256],
pub rwpTopGuardBandHeight: [u8; 256],
pub rwpBottomGuardBandHeight: [u8; 256],
pub rwpGuardBandNotUsedForPredFlag: [bool; 256],
pub rwpGuardBandType: [u8; 1024],
}Fields§
§rwpCancelFlag: bool§rwpPersistenceFlag: bool§constituentPictureMatchingFlag: bool§numPackedRegions: c_int§projPictureWidth: c_int§projPictureHeight: c_int§packedPictureWidth: c_int§packedPictureHeight: c_int§rwpTransformType: [u8; 256]§rwpGuardBandFlag: [bool; 256]§projRegionWidth: [u32; 256]§projRegionHeight: [u32; 256]§rwpProjRegionTop: [u32; 256]§projRegionLeft: [u32; 256]§packedRegionWidth: [u16; 256]§packedRegionHeight: [u16; 256]§packedRegionTop: [u16; 256]§packedRegionLeft: [u16; 256]§rwpLeftGuardBandWidth: [u8; 256]§rwpRightGuardBandWidth: [u8; 256]§rwpTopGuardBandHeight: [u8; 256]§rwpBottomGuardBandHeight: [u8; 256]§rwpGuardBandNotUsedForPredFlag: [bool; 256]§rwpGuardBandType: [u8; 1024]Trait Implementations§
Source§impl Clone for vvdecSEIRegionWisePacking
impl Clone for vvdecSEIRegionWisePacking
Source§fn clone(&self) -> vvdecSEIRegionWisePacking
fn clone(&self) -> vvdecSEIRegionWisePacking
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 vvdecSEIRegionWisePacking
impl Debug for vvdecSEIRegionWisePacking
impl Copy for vvdecSEIRegionWisePacking
Auto Trait Implementations§
impl Freeze for vvdecSEIRegionWisePacking
impl RefUnwindSafe for vvdecSEIRegionWisePacking
impl Send for vvdecSEIRegionWisePacking
impl Sync for vvdecSEIRegionWisePacking
impl Unpin for vvdecSEIRegionWisePacking
impl UnwindSafe for vvdecSEIRegionWisePacking
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