Struct bobbin_bits::U21 [] [src]

pub struct U21(_);

Methods

impl U21
[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 a u32.

[src]

Returns the value as a usize.

Trait Implementations

impl PartialEq for U21
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for U21
[src]

impl Clone for U21
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for U21
[src]

impl From<i32> for U21
[src]

[src]

Performs the conversion.

impl From<usize> for U21
[src]

[src]

Performs the conversion.

impl From<u32> for U21
[src]

[src]

Performs the conversion.

impl From<u16> for U21
[src]

[src]

Performs the conversion.

impl From<u8> for U21
[src]

[src]

Performs the conversion.

impl From<U21> for usize
[src]

[src]

Performs the conversion.

impl From<U21> for u32
[src]

[src]

Performs the conversion.

impl From<U21> for u16
[src]

[src]

Performs the conversion.

impl From<U21> for u8
[src]

[src]

Performs the conversion.

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

[src]

Formats the value using the given formatter. Read more

impl Display for U21
[src]

[src]

Formats the value using the given formatter. Read more

impl LowerHex for U21
[src]

[src]

Formats the value using the given formatter.

Auto Trait Implementations

impl Send for U21

impl Sync for U21