Struct libpulse_binding::timeval::MicroSeconds [] [src]

pub struct MicroSeconds(pub u64);

Methods

impl MicroSeconds
[src]

[src]

impl MicroSeconds
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for MicroSeconds
[src]

impl Clone for MicroSeconds
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MicroSeconds
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for MicroSeconds
[src]

[src]

Returns the "default value" for a type. Read more

impl Eq for MicroSeconds
[src]

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

[src]

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

1.21.0
[src]

Compares and returns the maximum of two values. Read more

1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd for MicroSeconds
[src]

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

impl From<Timeval> for MicroSeconds
[src]

[src]

Performs the conversion.

impl From<MicroSeconds> for Timeval
[src]

[src]

Performs the conversion.

impl Add for MicroSeconds
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl AddAssign for MicroSeconds
[src]

[src]

Performs the += operation.

impl Sub for MicroSeconds
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl SubAssign for MicroSeconds
[src]

[src]

Performs the -= operation.

impl Mul<u32> for MicroSeconds
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl MulAssign<u32> for MicroSeconds
[src]

[src]

Performs the *= operation.

impl Div<u32> for MicroSeconds
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl DivAssign<u32> for MicroSeconds
[src]

[src]

Performs the /= operation.

impl Rem<u32> for MicroSeconds
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl RemAssign<u32> for MicroSeconds
[src]

[src]

Performs the %= operation.

impl Display for MicroSeconds
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MicroSeconds

impl Sync for MicroSeconds