pub enum C7SR {
Show 16 variants
NOMAPPING,
MAP_1,
MAP_2,
MAP_3,
MAP_4,
MAP_5,
MAP_6,
MAP_7,
MAP_8,
MAP_9,
MAP_10,
MAP_11,
MAP_12,
MAP_13,
MAP_14,
MAP_15,
}Expand description
Possible values of the field C7S
Variants§
NOMAPPING
Default mapping
MAP_1
Mapping 1
MAP_2
Mapping 2
MAP_3
Mapping 3
MAP_4
Mapping 4
MAP_5
Mapping 5
MAP_6
Mapping 6
MAP_7
Mapping 7
MAP_8
Mapping 8
MAP_9
Mapping 9
MAP_10
Mapping 10
MAP_11
Mapping 11
MAP_12
Mapping 12
MAP_13
Mapping 13
MAP_14
Mapping 14
MAP_15
Mapping 15
Implementations§
Trait Implementations§
impl Copy for C7SR
impl StructuralPartialEq for C7SR
Auto Trait Implementations§
impl Freeze for C7SR
impl RefUnwindSafe for C7SR
impl Send for C7SR
impl Sync for C7SR
impl Unpin for C7SR
impl UnwindSafe for C7SR
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