pub enum KxUf {
F1(KxU1),
F2(KxU2),
F4(KxU4),
F8(KxU8),
}
Expand description
This enum is for STR that introduced in STDF V4-2007.
the nested data is a vector of Uf type, where f = 1, 2, 4 or 8
Variants§
Trait Implementations§
impl Eq for KxUf
impl StructuralPartialEq for KxUf
Auto Trait Implementations§
impl Freeze for KxUf
impl RefUnwindSafe for KxUf
impl Send for KxUf
impl Sync for KxUf
impl Unpin for KxUf
impl UnwindSafe for KxUf
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