#[repr(u8)]pub enum S1Field {
V0 = 0,
V1 = 1,
V2 = 2,
V3 = 3,
V4 = 4,
V5 = 5,
V6 = 6,
V7 = 7,
}Expand description
S1 field (3 bits) per EN 302 755 §7.2.1.
Variants§
V0 = 0
S1 value V0.
V1 = 1
S1 value V1.
V2 = 2
S1 value V2.
V3 = 3
S1 value V3.
V4 = 4
S1 value V4.
V5 = 5
S1 value V5.
V6 = 6
S1 value V6.
V7 = 7
S1 value V7.
Trait Implementations§
impl Copy for S1Field
impl Eq for S1Field
impl StructuralPartialEq for S1Field
Auto Trait Implementations§
impl Freeze for S1Field
impl RefUnwindSafe for S1Field
impl Send for S1Field
impl Sync for S1Field
impl Unpin for S1Field
impl UnsafeUnpin for S1Field
impl UnwindSafe for S1Field
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