Struct jack::CycleTimes [] [src]

pub struct CycleTimes {
    pub current_frames: Frames,
    pub current_usecs: Time,
    pub next_usecs: Time,
    pub period_usecs: c_float,
}

Internal cycle timing information.

Fields

Trait Implementations

impl Clone for CycleTimes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CycleTimes
[src]

impl Debug for CycleTimes
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CycleTimes
[src]

[src]

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

[src]

This method tests for !=.