Struct jack_sys::Struct__jack_position [] [src]

#[repr(C, packed)]
pub struct Struct__jack_position { pub unique_1: jack_unique_t, pub usecs: jack_time_t, pub frame_rate: jack_nframes_t, pub frame: jack_nframes_t, pub valid: jack_position_bits_t, pub bar: int32_t, pub beat: int32_t, pub tick: int32_t, 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, pub frame_time: c_double, pub next_time: c_double, pub bbt_offset: jack_nframes_t, pub audio_frames_per_video_frame: c_float, pub video_offset: jack_nframes_t, pub padding: [int32_t; 7], pub unique_2: jack_unique_t, }

Fields

Trait Implementations

impl Copy for Struct__jack_position
[src]

impl Clone for Struct__jack_position
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__jack_position
[src]

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