Enum bobbin_bits::R25 [] [src]

#[repr(usize)]
pub enum R25 { X00, X01, X02, X03, X04, X05, X06, X07, X08, X09, X0a, X0b, X0c, X0d, X0e, X0f, X10, X11, X12, X13, X14, X15, X16, X17, X18, }

Variants

Methods

impl R25
[src]

[src]

Returns the primitive representation of the value.

[src]

Constructs the value without a range check.

[src]

Constructs the value without a range check.

[src]

Constructs the value without a range check.

[src]

Constructs the value without a range check.

[src]

Returns the value as an u8.

[src]

Returns the value as an u16.

[src]

Returns the value as an u32.

[src]

Returns the value as an usize.

[src]

Returns the value as an i32.

Trait Implementations

impl PartialEq for R25
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for R25
[src]

impl Clone for R25
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for R25
[src]

impl From<u8> for R25
[src]

[src]

Performs the conversion.

impl From<R25> for u8
[src]

[src]

Performs the conversion.

impl PartialEq<u8> for R25
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl From<u16> for R25
[src]

[src]

Performs the conversion.

impl From<R25> for u16
[src]

[src]

Performs the conversion.

impl PartialEq<u16> for R25
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl From<u32> for R25
[src]

[src]

Performs the conversion.

impl From<R25> for u32
[src]

[src]

Performs the conversion.

impl PartialEq<u32> for R25
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl From<usize> for R25
[src]

[src]

Performs the conversion.

impl From<R25> for usize
[src]

[src]

Performs the conversion.

impl PartialEq<usize> for R25
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl From<i32> for R25
[src]

[src]

Performs the conversion.

impl From<R25> for i32
[src]

[src]

Performs the conversion.

impl PartialEq<i32> for R25
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for R25
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for R25
[src]

[src]

Formats the value using the given formatter. Read more

impl LowerHex for R25
[src]

[src]

Formats the value using the given formatter.

impl From<R24> for R25
[src]

[src]

Performs the conversion.

impl From<R23> for R25
[src]

[src]

Performs the conversion.

impl From<R22> for R25
[src]

[src]

Performs the conversion.

impl From<R20> for R25
[src]

[src]

Performs the conversion.

impl From<R19> for R25
[src]

[src]

Performs the conversion.

impl From<R18> for R25
[src]

[src]

Performs the conversion.

impl From<R17> for R25
[src]

[src]

Performs the conversion.

impl From<R16> for R25
[src]

[src]

Performs the conversion.

impl From<R15> for R25
[src]

[src]

Performs the conversion.

impl From<R14> for R25
[src]

[src]

Performs the conversion.

impl From<R13> for R25
[src]

[src]

Performs the conversion.

impl From<R12> for R25
[src]

[src]

Performs the conversion.

impl From<R11> for R25
[src]

[src]

Performs the conversion.

impl From<R10> for R25
[src]

[src]

Performs the conversion.

impl From<R9> for R25
[src]

[src]

Performs the conversion.

impl From<R8> for R25
[src]

[src]

Performs the conversion.

impl From<R7> for R25
[src]

[src]

Performs the conversion.

impl From<R5> for R25
[src]

[src]

Performs the conversion.

impl From<R4> for R25
[src]

[src]

Performs the conversion.

impl From<R3> for R25
[src]

[src]

Performs the conversion.

impl From<R2> for R25
[src]

[src]

Performs the conversion.

impl From<R1> for R25
[src]

[src]

Performs the conversion.

impl From<R25> for R26
[src]

[src]

Performs the conversion.

impl From<R25> for R27
[src]

[src]

Performs the conversion.

impl From<R25> for R28
[src]

[src]

Performs the conversion.

impl From<R25> for R29
[src]

[src]

Performs the conversion.

impl From<R25> for R30
[src]

[src]

Performs the conversion.

impl From<R25> for R31
[src]

[src]

Performs the conversion.

impl From<R25> for R32
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for R25

impl Sync for R25