#[repr(C)]pub struct vvdecVui {Show 21 fields
pub aspectRatioInfoPresentFlag: bool,
pub aspectRatioConstantFlag: bool,
pub nonPackedFlag: bool,
pub nonProjectedFlag: bool,
pub aspectRatioIdc: c_int,
pub sarWidth: c_int,
pub sarHeight: c_int,
pub colourDescriptionPresentFlag: bool,
pub colourPrimaries: c_int,
pub transferCharacteristics: c_int,
pub matrixCoefficients: c_int,
pub progressiveSourceFlag: bool,
pub interlacedSourceFlag: bool,
pub chromaLocInfoPresentFlag: bool,
pub chromaSampleLocTypeTopField: c_int,
pub chromaSampleLocTypeBottomField: c_int,
pub chromaSampleLocType: c_int,
pub overscanInfoPresentFlag: bool,
pub overscanAppropriateFlag: bool,
pub videoSignalTypePresentFlag: bool,
pub videoFullRangeFlag: bool,
}Fields§
§aspectRatioInfoPresentFlag: bool§aspectRatioConstantFlag: bool§nonPackedFlag: bool§nonProjectedFlag: bool§aspectRatioIdc: c_int§sarWidth: c_int§sarHeight: c_int§colourDescriptionPresentFlag: bool§colourPrimaries: c_int§transferCharacteristics: c_int§matrixCoefficients: c_int§progressiveSourceFlag: bool§interlacedSourceFlag: bool§chromaLocInfoPresentFlag: bool§chromaSampleLocTypeTopField: c_int§chromaSampleLocTypeBottomField: c_int§chromaSampleLocType: c_int§overscanInfoPresentFlag: bool§overscanAppropriateFlag: bool§videoSignalTypePresentFlag: bool§videoFullRangeFlag: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for vvdecVui
impl Send for vvdecVui
impl Sync for vvdecVui
impl Unpin for vvdecVui
impl UnwindSafe for vvdecVui
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