Struct jack::CycleTimes [] [src]

pub struct CycleTimes {
    pub current_frames: u32,
    pub current_usecs: u64,
    pub next_usecs: u64,
    pub period_usecs: f32,
}

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.