#[repr(C)]pub struct vvdecSEIGeneralizedCubemapProjection {Show 14 fields
pub gcmpCancelFlag: bool,
pub gcmpPersistenceFlag: bool,
pub gcmpPackingType: u8,
pub gcmpMappingFunctionType: u8,
pub gcmpFaceIndex: [u8; 6],
pub gcmpFaceRotation: [u8; 6],
pub gcmpFunctionCoeffU: [u8; 6],
pub gcmpFunctionUAffectedByVFlag: [bool; 6],
pub gcmpFunctionCoeffV: [u8; 6],
pub gcmpFunctionVAffectedByUFlag: [bool; 6],
pub gcmpGuardBandFlag: bool,
pub gcmpGuardBandType: u8,
pub gcmpGuardBandBoundaryExteriorFlag: bool,
pub gcmpGuardBandSamples: u8,
}Fields§
§gcmpCancelFlag: bool§gcmpPersistenceFlag: bool§gcmpPackingType: u8§gcmpMappingFunctionType: u8§gcmpFaceIndex: [u8; 6]§gcmpFaceRotation: [u8; 6]§gcmpFunctionCoeffU: [u8; 6]§gcmpFunctionUAffectedByVFlag: [bool; 6]§gcmpFunctionCoeffV: [u8; 6]§gcmpFunctionVAffectedByUFlag: [bool; 6]§gcmpGuardBandFlag: bool§gcmpGuardBandType: u8§gcmpGuardBandBoundaryExteriorFlag: bool§gcmpGuardBandSamples: u8Trait Implementations§
Source§impl Clone for vvdecSEIGeneralizedCubemapProjection
impl Clone for vvdecSEIGeneralizedCubemapProjection
Source§fn clone(&self) -> vvdecSEIGeneralizedCubemapProjection
fn clone(&self) -> vvdecSEIGeneralizedCubemapProjection
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 moreimpl Copy for vvdecSEIGeneralizedCubemapProjection
Auto Trait Implementations§
impl Freeze for vvdecSEIGeneralizedCubemapProjection
impl RefUnwindSafe for vvdecSEIGeneralizedCubemapProjection
impl Send for vvdecSEIGeneralizedCubemapProjection
impl Sync for vvdecSEIGeneralizedCubemapProjection
impl Unpin for vvdecSEIGeneralizedCubemapProjection
impl UnwindSafe for vvdecSEIGeneralizedCubemapProjection
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