pub struct GifRecorder { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for GifRecorder
impl RefUnwindSafe for GifRecorder
impl Send for GifRecorder
impl Sync for GifRecorder
impl Unpin for GifRecorder
impl UnwindSafe for GifRecorder
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