C7SR

Enum C7SR 

Source
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§

Source§

impl C7SR

Source

pub fn bits(&self) -> u8

Value of the field as raw bits

Source

pub fn is_no_mapping(&self) -> bool

Checks if the value of the field is NOMAPPING

Source

pub fn is_map_1(&self) -> bool

Checks if the value of the field is MAP_1

Source

pub fn is_map_2(&self) -> bool

Checks if the value of the field is MAP_2

Source

pub fn is_map_3(&self) -> bool

Checks if the value of the field is MAP_3

Source

pub fn is_map_4(&self) -> bool

Checks if the value of the field is MAP_4

Source

pub fn is_map_5(&self) -> bool

Checks if the value of the field is MAP_5

Source

pub fn is_map_6(&self) -> bool

Checks if the value of the field is MAP_6

Source

pub fn is_map_7(&self) -> bool

Checks if the value of the field is MAP_7

Source

pub fn is_map_8(&self) -> bool

Checks if the value of the field is MAP_8

Source

pub fn is_map_9(&self) -> bool

Checks if the value of the field is MAP_9

Source

pub fn is_map_10(&self) -> bool

Checks if the value of the field is MAP_10

Source

pub fn is_map_11(&self) -> bool

Checks if the value of the field is MAP_11

Source

pub fn is_map_12(&self) -> bool

Checks if the value of the field is MAP_12

Source

pub fn is_map_13(&self) -> bool

Checks if the value of the field is MAP_13

Source

pub fn is_map_14(&self) -> bool

Checks if the value of the field is MAP_14

Source

pub fn is_map_15(&self) -> bool

Checks if the value of the field is MAP_15

Trait Implementations§

Source§

impl Clone for C7SR

Source§

fn clone(&self) -> C7SR

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for C7SR

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl PartialEq for C7SR

Source§

fn eq(&self, other: &C7SR) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for C7SR

Source§

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.