Struct libavif_sys::avifCodecConfigurationBox
source · [−]#[repr(C)]pub struct avifCodecConfigurationBox {
pub seqProfile: u8,
pub seqLevelIdx0: u8,
pub seqTier0: u8,
pub highBitdepth: u8,
pub twelveBit: u8,
pub monochrome: u8,
pub chromaSubsamplingX: u8,
pub chromaSubsamplingY: u8,
pub chromaSamplePosition: u8,
}Fields
seqProfile: u8seqLevelIdx0: u8seqTier0: u8highBitdepth: u8twelveBit: u8monochrome: u8chromaSubsamplingX: u8chromaSubsamplingY: u8chromaSamplePosition: u8Trait Implementations
sourceimpl Clone for avifCodecConfigurationBox
impl Clone for avifCodecConfigurationBox
sourcefn clone(&self) -> avifCodecConfigurationBox
fn clone(&self) -> avifCodecConfigurationBox
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for avifCodecConfigurationBox
impl Debug for avifCodecConfigurationBox
sourceimpl Default for avifCodecConfigurationBox
impl Default for avifCodecConfigurationBox
sourcefn default() -> avifCodecConfigurationBox
fn default() -> avifCodecConfigurationBox
Returns the “default value” for a type. Read more
impl Copy for avifCodecConfigurationBox
Auto Trait Implementations
impl RefUnwindSafe for avifCodecConfigurationBox
impl Send for avifCodecConfigurationBox
impl Sync for avifCodecConfigurationBox
impl Unpin for avifCodecConfigurationBox
impl UnwindSafe for avifCodecConfigurationBox
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more