Struct jack::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.