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
F1(KxU1)
F2(KxU2)
F4(KxU4)
F8(KxU8)
Trait Implementations
impl Eq for KxUf
impl StructuralEq for KxUf
impl StructuralPartialEq for KxUf
Auto Trait Implementations
impl RefUnwindSafe for KxUf
impl Send for KxUf
impl Sync for KxUf
impl Unpin for KxUf
impl UnwindSafe for KxUf
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