Struct jack::CycleTimes [−][src]
pub struct CycleTimes {
pub current_frames: Frames,
pub current_usecs: Time,
pub next_usecs: Time,
pub period_usecs: c_float,
}Expand description
Internal cycle timing information.
Fields
current_frames: Framescurrent_usecs: Timenext_usecs: Timeperiod_usecs: c_floatTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CycleTimes
impl Send for CycleTimes
impl Sync for CycleTimes
impl Unpin for CycleTimes
impl UnwindSafe for CycleTimes
Blanket Implementations
Mutably borrows from an owned value. Read more
