pub struct IMG_AnimationDecoder { /* private fields */ }Trait Implementations§
Source§impl Clone for IMG_AnimationDecoder
impl Clone for IMG_AnimationDecoder
Source§fn clone(&self) -> IMG_AnimationDecoder
fn clone(&self) -> IMG_AnimationDecoder
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 IMG_AnimationDecoder
impl Debug for IMG_AnimationDecoder
impl Copy for IMG_AnimationDecoder
Auto Trait Implementations§
impl Freeze for IMG_AnimationDecoder
impl RefUnwindSafe for IMG_AnimationDecoder
impl Send for IMG_AnimationDecoder
impl Sync for IMG_AnimationDecoder
impl Unpin for IMG_AnimationDecoder
impl UnsafeUnpin for IMG_AnimationDecoder
impl UnwindSafe for IMG_AnimationDecoder
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