struct PrimitiveEncoder<N: PrimitiveEncode> {
values: ScalarBuffer<N>,
buffer: N::Buffer,
}
Fields§
§values: ScalarBuffer<N>
§buffer: N::Buffer
Implementations§
Source§impl<N: PrimitiveEncode> PrimitiveEncoder<N>
impl<N: PrimitiveEncode> PrimitiveEncoder<N>
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for PrimitiveEncoder<N>
impl<N> RefUnwindSafe for PrimitiveEncoder<N>
impl<N> Send for PrimitiveEncoder<N>
impl<N> Sync for PrimitiveEncoder<N>
impl<N> Unpin for PrimitiveEncoder<N>
impl<N> UnwindSafe for PrimitiveEncoder<N>
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