pub struct IspeBox {
pub width: u32,
pub height: u32,
}
Expand description
This is HEVC-specific and not for AVIF, but Chrome wants it :(
Fields§
§width: u32
§height: u32
Trait Implementations§
impl Copy for IspeBox
Auto Trait Implementations§
impl Freeze for IspeBox
impl RefUnwindSafe for IspeBox
impl Send for IspeBox
impl Sync for IspeBox
impl Unpin for IspeBox
impl UnwindSafe for IspeBox
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