#[repr(C)]pub struct avifScalingMode {
pub horizontal: avifFraction,
pub vertical: avifFraction,
}Fields§
§horizontal: avifFraction§vertical: avifFractionTrait Implementations§
Source§impl Clone for avifScalingMode
impl Clone for avifScalingMode
Source§fn clone(&self) -> avifScalingMode
fn clone(&self) -> avifScalingMode
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 avifScalingMode
impl Debug for avifScalingMode
Source§impl Default for avifScalingMode
impl Default for avifScalingMode
Source§fn default() -> avifScalingMode
fn default() -> avifScalingMode
Returns the “default value” for a type. Read more
impl Copy for avifScalingMode
Auto Trait Implementations§
impl Freeze for avifScalingMode
impl RefUnwindSafe for avifScalingMode
impl Send for avifScalingMode
impl Sync for avifScalingMode
impl Unpin for avifScalingMode
impl UnwindSafe for avifScalingMode
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