Struct jack::CycleTimes
source · 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: Frames
§current_usecs: Time
§next_usecs: Time
§period_usecs: c_float
Trait Implementations§
source§impl Clone for CycleTimes
impl Clone for CycleTimes
source§fn clone(&self) -> CycleTimes
fn clone(&self) -> CycleTimes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CycleTimes
impl Debug for CycleTimes
source§impl PartialEq<CycleTimes> for CycleTimes
impl PartialEq<CycleTimes> for CycleTimes
source§fn eq(&self, other: &CycleTimes) -> bool
fn eq(&self, other: &CycleTimes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.