Union makepad_platform::os::linux::alsa_sys::snd_seq_timestamp
source · #[repr(C)]
pub union snd_seq_timestamp {
pub tick: snd_seq_tick_time_t,
pub time: snd_seq_real_time,
/* private fields */
}Fields§
§tick: snd_seq_tick_time_t§time: snd_seq_real_timeTrait Implementations§
source§impl Clone for snd_seq_timestamp
impl Clone for snd_seq_timestamp
source§fn clone(&self) -> snd_seq_timestamp
fn clone(&self) -> snd_seq_timestamp
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 moreimpl Copy for snd_seq_timestamp
Auto Trait Implementations§
impl RefUnwindSafe for snd_seq_timestamp
impl Send for snd_seq_timestamp
impl Sync for snd_seq_timestamp
impl Unpin for snd_seq_timestamp
impl UnwindSafe for snd_seq_timestamp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more