Struct mk20d7::tsi0::gencs::_NSCNW

source ·
pub struct _NSCNW<'a> { /* private fields */ }
Expand description

Proxy

Implementations§

source§

impl<'a> _NSCNW<'a>

source

pub fn variant(self, variant: NSCNW) -> &'a mut W

Writes variant to the field

source

pub fn _00000(self) -> &'a mut W

Once per electrode

source

pub fn _00001(self) -> &'a mut W

Twice per electrode

source

pub fn _00010(self) -> &'a mut W

3 times per electrode

source

pub fn _00011(self) -> &'a mut W

4 times per electrode

source

pub fn _00100(self) -> &'a mut W

5 times per electrode

source

pub fn _00101(self) -> &'a mut W

6 times per electrode

source

pub fn _00110(self) -> &'a mut W

7 times per electrode

source

pub fn _00111(self) -> &'a mut W

8 times per electrode

source

pub fn _01000(self) -> &'a mut W

9 times per electrode

source

pub fn _01001(self) -> &'a mut W

10 times per electrode

source

pub fn _01010(self) -> &'a mut W

11 times per electrode

source

pub fn _01011(self) -> &'a mut W

12 times per electrode

source

pub fn _01100(self) -> &'a mut W

13 times per electrode

source

pub fn _01101(self) -> &'a mut W

14 times per electrode

source

pub fn _01110(self) -> &'a mut W

15 times per electrode

source

pub fn _01111(self) -> &'a mut W

16 times per electrode

source

pub fn _10000(self) -> &'a mut W

17 times per electrode

source

pub fn _10001(self) -> &'a mut W

18 times per electrode

source

pub fn _10010(self) -> &'a mut W

19 times per electrode

source

pub fn _10011(self) -> &'a mut W

20 times per electrode

source

pub fn _10100(self) -> &'a mut W

21 times per electrode

source

pub fn _10101(self) -> &'a mut W

22 times per electrode

source

pub fn _10110(self) -> &'a mut W

23 times per electrode

source

pub fn _10111(self) -> &'a mut W

24 times per electrode

source

pub fn _11000(self) -> &'a mut W

25 times per electrode

source

pub fn _11001(self) -> &'a mut W

26 times per electrode

source

pub fn _11010(self) -> &'a mut W

27 times per electrode

source

pub fn _11011(self) -> &'a mut W

28 times per electrode

source

pub fn _11100(self) -> &'a mut W

29 times per electrode

source

pub fn _11101(self) -> &'a mut W

30 times per electrode

source

pub fn _11110(self) -> &'a mut W

31 times per electrode

source

pub fn _11111(self) -> &'a mut W

32 times per electrode

source

pub fn bits(self, value: u8) -> &'a mut W

Writes raw bits to the field

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for _NSCNW<'a>

§

impl<'a> Send for _NSCNW<'a>

§

impl<'a> Sync for _NSCNW<'a>

§

impl<'a> Unpin for _NSCNW<'a>

§

impl<'a> !UnwindSafe for _NSCNW<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.