Enum bobbin_bits::U1 [] [src]

#[repr(u8)]
pub enum U1 { B0, B1, }

Variants

Methods

impl U1
[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.

impl U1
[src]

[src]

Trait Implementations

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

impl Clone for U1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for U1
[src]

impl From<u8> for U1
[src]

[src]

Performs the conversion.

impl From<u16> for U1
[src]

[src]

Performs the conversion.

impl From<u32> for U1
[src]

[src]

Performs the conversion.

impl From<usize> for U1
[src]

[src]

Performs the conversion.

impl From<i32> for U1
[src]

[src]

Performs the conversion.

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

[src]

Formats the value using the given formatter.

impl Display for U1
[src]

[src]

Formats the value using the given formatter. Read more

impl LowerHex for U1
[src]

[src]

Formats the value using the given formatter.

impl From<bool> for U1
[src]

[src]

Performs the conversion.

impl Not for U1
[src]

The resulting type after applying the ! operator.

[src]

Performs the unary ! operation.