#[repr(C)]pub struct avifRGBImage {Show 13 fields
pub width: u32,
pub height: u32,
pub depth: u32,
pub format: avifRGBFormat,
pub chromaUpsampling: avifChromaUpsampling,
pub chromaDownsampling: avifChromaDownsampling,
pub avoidLibYUV: avifBool,
pub ignoreAlpha: avifBool,
pub alphaPremultiplied: avifBool,
pub isFloat: avifBool,
pub maxThreads: c_int,
pub pixels: *mut u8,
pub rowBytes: u32,
}Fields§
§width: u32§height: u32§depth: u32§format: avifRGBFormat§chromaUpsampling: avifChromaUpsampling§chromaDownsampling: avifChromaDownsampling§avoidLibYUV: avifBool§ignoreAlpha: avifBool§alphaPremultiplied: avifBool§isFloat: avifBool§maxThreads: c_int§pixels: *mut u8§rowBytes: u32Trait Implementations§
Source§impl Clone for avifRGBImage
impl Clone for avifRGBImage
Source§fn clone(&self) -> avifRGBImage
fn clone(&self) -> avifRGBImage
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 moreSource§impl Debug for avifRGBImage
impl Debug for avifRGBImage
Source§impl Default for avifRGBImage
impl Default for avifRGBImage
impl Copy for avifRGBImage
Auto Trait Implementations§
impl Freeze for avifRGBImage
impl RefUnwindSafe for avifRGBImage
impl !Send for avifRGBImage
impl !Sync for avifRGBImage
impl Unpin for avifRGBImage
impl UnwindSafe for avifRGBImage
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