Enum bobbin_bits::R14 [] [src]

#[repr(usize)]
pub enum R14 { X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, Xa, Xb, Xc, Xd, }

Variants

Methods

impl R14
[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 R14
[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 R14
[src]

impl Clone for R14
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for R14
[src]

impl From<u8> for R14
[src]

[src]

Performs the conversion.

impl PartialEq<u8> for R14
[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 R14
[src]

[src]

Performs the conversion.

impl PartialEq<u16> for R14
[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 R14
[src]

[src]

Performs the conversion.

impl PartialEq<u32> for R14
[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 R14
[src]

[src]

Performs the conversion.

impl PartialEq<usize> for R14
[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 R14
[src]

[src]

Performs the conversion.

impl PartialEq<i32> for R14
[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 R14
[src]

[src]

Formats the value using the given formatter.

impl Display for R14
[src]

[src]

Formats the value using the given formatter. Read more

impl LowerHex for R14
[src]

[src]

Formats the value using the given formatter.

impl From<R13> for R14
[src]

[src]

Performs the conversion.

impl From<R12> for R14
[src]

[src]

Performs the conversion.

impl From<R11> for R14
[src]

[src]

Performs the conversion.

impl From<R10> for R14
[src]

[src]

Performs the conversion.

impl From<R9> for R14
[src]

[src]

Performs the conversion.

impl From<R8> for R14
[src]

[src]

Performs the conversion.

impl From<R7> for R14
[src]

[src]

Performs the conversion.

impl From<R5> for R14
[src]

[src]

Performs the conversion.

impl From<R4> for R14
[src]

[src]

Performs the conversion.

impl From<R3> for R14
[src]

[src]

Performs the conversion.

impl From<R2> for R14
[src]

[src]

Performs the conversion.

impl From<R1> for R14
[src]

[src]

Performs the conversion.