pub struct PpcSoundCompletionRecord {
pub file_playback_index: u32,
pub channel: u32,
pub completion: u32,
pub command: Option<PpcSndCommandRecord>,
pub tick: u32,
pub instruction_count: u64,
pub scheduled_tick: u32,
pub scheduled_instruction_count: u64,
}Fields§
§file_playback_index: u32§channel: u32§completion: u32§command: Option<PpcSndCommandRecord>§tick: u32§instruction_count: u64§scheduled_tick: u32§scheduled_instruction_count: u64Trait Implementations§
Source§impl Clone for PpcSoundCompletionRecord
impl Clone for PpcSoundCompletionRecord
Source§fn clone(&self) -> PpcSoundCompletionRecord
fn clone(&self) -> PpcSoundCompletionRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PpcSoundCompletionRecord
Source§impl Debug for PpcSoundCompletionRecord
impl Debug for PpcSoundCompletionRecord
impl Eq for PpcSoundCompletionRecord
Source§impl PartialEq for PpcSoundCompletionRecord
impl PartialEq for PpcSoundCompletionRecord
impl StructuralPartialEq for PpcSoundCompletionRecord
Auto Trait Implementations§
impl Freeze for PpcSoundCompletionRecord
impl RefUnwindSafe for PpcSoundCompletionRecord
impl Send for PpcSoundCompletionRecord
impl Sync for PpcSoundCompletionRecord
impl Unpin for PpcSoundCompletionRecord
impl UnsafeUnpin for PpcSoundCompletionRecord
impl UnwindSafe for PpcSoundCompletionRecord
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<S, T> Duplex<S> for Twhere
T: FromSample<S> + ToSample<S>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.