#[repr(C)]pub struct vvdecSEIEquirectangularProjection {
pub erpCancelFlag: bool,
pub erpPersistenceFlag: bool,
pub erpGuardBandFlag: bool,
pub erpGuardBandType: u8,
pub erpLeftGuardBandWidth: u8,
pub erpRightGuardBandWidth: u8,
}Fields§
§erpCancelFlag: bool§erpPersistenceFlag: bool§erpGuardBandFlag: bool§erpGuardBandType: u8§erpLeftGuardBandWidth: u8§erpRightGuardBandWidth: u8Trait Implementations§
source§impl Clone for vvdecSEIEquirectangularProjection
impl Clone for vvdecSEIEquirectangularProjection
source§fn clone(&self) -> vvdecSEIEquirectangularProjection
fn clone(&self) -> vvdecSEIEquirectangularProjection
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 vvdecSEIEquirectangularProjection
Auto Trait Implementations§
impl RefUnwindSafe for vvdecSEIEquirectangularProjection
impl Send for vvdecSEIEquirectangularProjection
impl Sync for vvdecSEIEquirectangularProjection
impl Unpin for vvdecSEIEquirectangularProjection
impl UnwindSafe for vvdecSEIEquirectangularProjection
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