#[repr(C)]pub struct IfrAnimation {
pub header: IfrOpHeader,
pub id: AnimationId,
}Fields§
§header: IfrOpHeader§id: AnimationIdTrait Implementations§
Source§impl Clone for IfrAnimation
impl Clone for IfrAnimation
Source§fn clone(&self) -> IfrAnimation
fn clone(&self) -> IfrAnimation
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 IfrAnimation
impl Debug for IfrAnimation
impl Copy for IfrAnimation
Auto Trait Implementations§
impl Freeze for IfrAnimation
impl RefUnwindSafe for IfrAnimation
impl Send for IfrAnimation
impl Sync for IfrAnimation
impl Unpin for IfrAnimation
impl UnwindSafe for IfrAnimation
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