pub enum V1 {
}Expand description
This enum is for storing generic data V1, the data type is the field name.
Variants
B0
U1(U1)
U2(U2)
U4(U4)
I1(I1)
I2(I2)
I4(I4)
R4(R4)
R8(R8)
Cn(Cn)
Bn(Bn)
Dn(Dn)
N1(U1)
Invalid
Trait Implementations
impl StructuralPartialEq for V1
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more