pub struct ArrayCodec<B, Item, C, const ITEM_BIT_SIZE: usize> { /* private fields */ }Implementations§
Source§impl<B, Item, C, const ITEM_BIT_SIZE: usize> ArrayCodec<B, Item, C, ITEM_BIT_SIZE>
impl<B, Item, C, const ITEM_BIT_SIZE: usize> ArrayCodec<B, Item, C, ITEM_BIT_SIZE>
Trait Implementations§
Auto Trait Implementations§
impl<B, Item, C, const ITEM_BIT_SIZE: usize> Freeze for ArrayCodec<B, Item, C, ITEM_BIT_SIZE>where
B: Freeze,
impl<B, Item, C, const ITEM_BIT_SIZE: usize> RefUnwindSafe for ArrayCodec<B, Item, C, ITEM_BIT_SIZE>
impl<B, Item, C, const ITEM_BIT_SIZE: usize> Send for ArrayCodec<B, Item, C, ITEM_BIT_SIZE>
impl<B, Item, C, const ITEM_BIT_SIZE: usize> Sync for ArrayCodec<B, Item, C, ITEM_BIT_SIZE>
impl<B, Item, C, const ITEM_BIT_SIZE: usize> Unpin for ArrayCodec<B, Item, C, ITEM_BIT_SIZE>
impl<B, Item, C, const ITEM_BIT_SIZE: usize> UnwindSafe for ArrayCodec<B, Item, C, ITEM_BIT_SIZE>
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