#[repr(C)]pub struct SLDataLocator_MIDIBufferQueue {
pub locatorType: SLuint32,
pub tpqn: SLuint32,
pub numBuffers: SLuint32,
}Expand description
MidiBufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_MIDIBUFFERQUEUE
Fields§
§locatorType: SLuint32§tpqn: SLuint32§numBuffers: SLuint32Trait Implementations§
Source§impl Clone for SLDataLocator_MIDIBufferQueue
impl Clone for SLDataLocator_MIDIBufferQueue
Source§fn clone(&self) -> SLDataLocator_MIDIBufferQueue
fn clone(&self) -> SLDataLocator_MIDIBufferQueue
Returns a duplicate 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 SLDataLocator_MIDIBufferQueue
Auto Trait Implementations§
impl Freeze for SLDataLocator_MIDIBufferQueue
impl RefUnwindSafe for SLDataLocator_MIDIBufferQueue
impl Send for SLDataLocator_MIDIBufferQueue
impl Sync for SLDataLocator_MIDIBufferQueue
impl Unpin for SLDataLocator_MIDIBufferQueue
impl UnwindSafe for SLDataLocator_MIDIBufferQueue
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