Enum packed_uints::PackedEnum
source · pub enum PackedEnum {
U4(Vec<u8>),
U8(Vec<u8>),
U16(Vec<u16>),
U32(Vec<u32>),
}Variants§
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PackedEnum
impl Send for PackedEnum
impl Sync for PackedEnum
impl Unpin for PackedEnum
impl UnwindSafe for PackedEnum
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