pub struct JxlAnimation {
pub tps_numerator: u32,
pub tps_denominator: u32,
pub num_loops: u32,
pub have_timecodes: bool,
}Fields§
§tps_numerator: u32§tps_denominator: u32§num_loops: u32§have_timecodes: boolTrait Implementations§
Source§impl Clone for JxlAnimation
impl Clone for JxlAnimation
Source§fn clone(&self) -> JxlAnimation
fn clone(&self) -> JxlAnimation
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 JxlAnimation
impl Debug for JxlAnimation
Source§impl PartialEq for JxlAnimation
impl PartialEq for JxlAnimation
impl Eq for JxlAnimation
impl StructuralPartialEq for JxlAnimation
Auto Trait Implementations§
impl Freeze for JxlAnimation
impl RefUnwindSafe for JxlAnimation
impl Send for JxlAnimation
impl Sync for JxlAnimation
impl Unpin for JxlAnimation
impl UnsafeUnpin for JxlAnimation
impl UnwindSafe for JxlAnimation
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