Struct jack::client::CycleTimes [] [src]

pub struct CycleTimes {
    pub current_frames: JackFrames,
    pub current_usecs: JackTime,
    pub next_usecs: JackTime,
    pub period_usecs: c_float,
}

Internal cycle timing information.

Fields

Trait Implementations

impl Clone for CycleTimes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CycleTimes
[src]

impl Debug for CycleTimes
[src]

Formats the value using the given formatter.

impl PartialEq for CycleTimes
[src]

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

This method tests for !=.