pub struct Gif;Trait Implementations§
impl Copy for Gif
impl Eq for Gif
impl StructuralPartialEq for Gif
Auto Trait Implementations§
impl Freeze for Gif
impl RefUnwindSafe for Gif
impl Send for Gif
impl Sync for Gif
impl Unpin for Gif
impl UnsafeUnpin for Gif
impl UnwindSafe for Gif
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