Struct jack_sys::Struct__jack_position [−][src]
Fields
unique_1: jack_unique_tusecs: jack_time_tframe_rate: jack_nframes_tframe: jack_nframes_tvalid: jack_position_bits_tbar: i32beat: i32tick: i32bar_start_tick: c_doublebeats_per_bar: c_floatbeat_type: c_floatticks_per_beat: c_doublebeats_per_minute: c_doubleframe_time: c_doublenext_time: c_doublebbt_offset: jack_nframes_taudio_frames_per_video_frame: c_floatvideo_offset: jack_nframes_tpadding: [i32; 7]unique_2: jack_unique_tTrait Implementations
impl Clone for Struct__jack_position[src]
fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Struct__jack_position[src]
impl Default for Struct__jack_position[src]
Auto Trait Implementations
impl RefUnwindSafe for Struct__jack_position
impl Send for Struct__jack_position
impl Sync for Struct__jack_position
impl Unpin for Struct__jack_position
impl UnwindSafe for Struct__jack_position
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,