pub struct VectorCodec;Expand description
向量二进制序列化(小端float32)
Implementations§
Auto Trait Implementations§
impl Freeze for VectorCodec
impl RefUnwindSafe for VectorCodec
impl Send for VectorCodec
impl Sync for VectorCodec
impl Unpin for VectorCodec
impl UnsafeUnpin for VectorCodec
impl UnwindSafe for VectorCodec
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