Enum bobbin_bits::R5 [] [src]

#[repr(usize)]
pub enum R5 { X0, X1, X2, X3, X4, }

Variants

Methods

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

impl Clone for R5
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for R5
[src]

impl From<u8> for R5
[src]

[src]

Performs the conversion.

impl From<R5> for u8
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl From<R5> for u16
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl From<R5> for u32
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl From<R5> for usize
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl From<R5> for i32
[src]

[src]

Performs the conversion.

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

[src]

Formats the value using the given formatter. Read more

impl Display for R5
[src]

[src]

Formats the value using the given formatter. Read more

impl LowerHex for R5
[src]

[src]

Formats the value using the given formatter.

impl From<R4> for R5
[src]

[src]

Performs the conversion.

impl From<R3> for R5
[src]

[src]

Performs the conversion.

impl From<R2> for R5
[src]

[src]

Performs the conversion.

impl From<R1> for R5
[src]

[src]

Performs the conversion.

impl From<R5> for R6
[src]

[src]

Performs the conversion.

impl From<R5> for R7
[src]

[src]

Performs the conversion.

impl From<R5> for R8
[src]

[src]

Performs the conversion.

impl From<R5> for R9
[src]

[src]

Performs the conversion.

impl From<R5> for R10
[src]

[src]

Performs the conversion.

impl From<R5> for R11
[src]

[src]

Performs the conversion.

impl From<R5> for R12
[src]

[src]

Performs the conversion.

impl From<R5> for R13
[src]

[src]

Performs the conversion.

impl From<R5> for R14
[src]

[src]

Performs the conversion.

impl From<R5> for R15
[src]

[src]

Performs the conversion.

impl From<R5> for R16
[src]

[src]

Performs the conversion.

impl From<R5> for R17
[src]

[src]

Performs the conversion.

impl From<R5> for R18
[src]

[src]

Performs the conversion.

impl From<R5> for R19
[src]

[src]

Performs the conversion.

impl From<R5> for R20
[src]

[src]

Performs the conversion.

impl From<R5> for R21
[src]

[src]

Performs the conversion.

impl From<R5> for R22
[src]

[src]

Performs the conversion.

impl From<R5> for R23
[src]

[src]

Performs the conversion.

impl From<R5> for R24
[src]

[src]

Performs the conversion.

impl From<R5> for R25
[src]

[src]

Performs the conversion.

impl From<R5> for R26
[src]

[src]

Performs the conversion.

impl From<R5> for R27
[src]

[src]

Performs the conversion.

impl From<R5> for R28
[src]

[src]

Performs the conversion.

impl From<R5> for R29
[src]

[src]

Performs the conversion.

impl From<R5> for R30
[src]

[src]

Performs the conversion.

impl From<R5> for R31
[src]

[src]

Performs the conversion.

impl From<R5> for R32
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for R5

impl Sync for R5