#[repr(C)]pub struct vvdecSEISampleAspectRatioInfo {
pub sariCancelFlag: bool,
pub sariPersistenceFlag: bool,
pub sariAspectRatioIdc: c_int,
pub sariSarWidth: c_int,
pub sariSarHeight: c_int,
}Fields§
§sariCancelFlag: bool§sariPersistenceFlag: bool§sariAspectRatioIdc: c_int§sariSarWidth: c_int§sariSarHeight: c_intTrait Implementations§
Source§impl Clone for vvdecSEISampleAspectRatioInfo
impl Clone for vvdecSEISampleAspectRatioInfo
Source§fn clone(&self) -> vvdecSEISampleAspectRatioInfo
fn clone(&self) -> vvdecSEISampleAspectRatioInfo
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 vvdecSEISampleAspectRatioInfo
Auto Trait Implementations§
impl Freeze for vvdecSEISampleAspectRatioInfo
impl RefUnwindSafe for vvdecSEISampleAspectRatioInfo
impl Send for vvdecSEISampleAspectRatioInfo
impl Sync for vvdecSEISampleAspectRatioInfo
impl Unpin for vvdecSEISampleAspectRatioInfo
impl UnwindSafe for vvdecSEISampleAspectRatioInfo
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