Struct pinteger::p16 [] [src]

pub struct p16 { /* fields omitted */ }

Methods

impl p16
[src]

MIN: p16 = p16{raw: 1,}

MAX: p16 = p16{raw: 0,}

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for p16
[src]

impl Clone for p16
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for p16
[src]

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

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd for p16
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Add for p16
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for p16
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for p16
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div for p16
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl<'a> Add for &'a p16
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl AddAssign for p16
[src]

[src]

Performs the += operation.

impl<'a> AddAssign<&'a p16> for p16
[src]

[src]

Performs the += operation.

impl<'a> Sub for &'a p16
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl SubAssign for p16
[src]

[src]

Performs the -= operation.

impl<'a> SubAssign<&'a p16> for p16
[src]

[src]

Performs the -= operation.

impl<'a> Mul for &'a p16
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl MulAssign for p16
[src]

[src]

Performs the *= operation.

impl<'a> MulAssign<&'a p16> for p16
[src]

[src]

Performs the *= operation.

impl<'a> Div for &'a p16
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl DivAssign for p16
[src]

[src]

Performs the /= operation.

impl<'a> DivAssign<&'a p16> for p16
[src]

[src]

Performs the /= operation.

impl From<p8> for p16
[src]

[src]

Performs the conversion.

impl Debug for p16
[src]

[src]

Formats the value using the given formatter.