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