Struct aom_decode::avif::Avif
source · [−]pub struct Avif { /* private fields */ }Implementations
sourceimpl Avif
impl Avif
pub fn decode(data: &[u8], config: &Config) -> Result<Self>
pub fn convert(&mut self) -> Result<Image>
pub fn raw_color_data(&mut self) -> Result<FrameTempRef<'_>>
pub fn raw_alpha_data(&mut self) -> Result<Option<FrameTempRef<'_>>>
Auto Trait Implementations
impl RefUnwindSafe for Avif
impl !Send for Avif
impl !Sync for Avif
impl Unpin for Avif
impl UnwindSafe for Avif
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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