Struct jack_sys::Struct_Unnamed4 [] [src]

pub struct Struct_Unnamed4 {
    pub frame_rate: jack_nframes_t,
    pub usecs: jack_time_t,
    pub valid: jack_transport_bits_t,
    pub transport_state: jack_transport_state_t,
    pub frame: jack_nframes_t,
    pub loop_start: jack_nframes_t,
    pub loop_end: jack_nframes_t,
    pub smpte_offset: c_long,
    pub smpte_frame_rate: c_float,
    pub bar: c_int,
    pub beat: c_int,
    pub tick: c_int,
    pub bar_start_tick: c_double,
    pub beats_per_bar: c_float,
    pub beat_type: c_float,
    pub ticks_per_beat: c_double,
    pub beats_per_minute: c_double,
}

Fields

Trait Implementations

impl Copy for Struct_Unnamed4
[src]

impl Clone for Struct_Unnamed4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed4
[src]

Returns the "default value" for a type. Read more