Enum bobbin_bits::U6 [] [src]

#[repr(u8)]
pub enum U6 { B000000, B000001, B000010, B000011, B000100, B000101, B000110, B000111, B001000, B001001, B001010, B001011, B001100, B001101, B001110, B001111, B010000, B010001, B010010, B010011, B010100, B010101, B010110, B010111, B011000, B011001, B011010, B011011, B011100, B011101, B011110, B011111, B100000, B100001, B100010, B100011, B100100, B100101, B100110, B100111, B101000, B101001, B101010, B101011, B101100, B101101, B101110, B101111, B110000, B110001, B110010, B110011, B110100, B110101, B110110, B110111, B111000, B111001, B111010, B111011, B111100, B111101, B111110, B111111, }

Variants

Methods

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

impl Clone for U6
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for U6
[src]

impl From<u8> for U6
[src]

[src]

Performs the conversion.

impl From<U6> for u8
[src]

[src]

Performs the conversion.

impl From<u16> for U6
[src]

[src]

Performs the conversion.

impl From<U6> for u16
[src]

[src]

Performs the conversion.

impl From<u32> for U6
[src]

[src]

Performs the conversion.

impl From<U6> for u32
[src]

[src]

Performs the conversion.

impl From<usize> for U6
[src]

[src]

Performs the conversion.

impl From<U6> for usize
[src]

[src]

Performs the conversion.

impl From<i32> for U6
[src]

[src]

Performs the conversion.

impl From<U6> for i32
[src]

[src]

Performs the conversion.

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

[src]

Formats the value using the given formatter. Read more

impl Display for U6
[src]

[src]

Formats the value using the given formatter. Read more

impl LowerHex for U6
[src]

[src]

Formats the value using the given formatter.

Auto Trait Implementations

impl Send for U6

impl Sync for U6