Struct libavif_sys::avifImageRotation
source · #[repr(C)]pub struct avifImageRotation {
pub angle: u8,
}Fields§
§angle: u8Trait Implementations§
source§impl Clone for avifImageRotation
impl Clone for avifImageRotation
source§fn clone(&self) -> avifImageRotation
fn clone(&self) -> avifImageRotation
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 moresource§impl Debug for avifImageRotation
impl Debug for avifImageRotation
source§impl Default for avifImageRotation
impl Default for avifImageRotation
source§fn default() -> avifImageRotation
fn default() -> avifImageRotation
Returns the “default value” for a type. Read more