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