#[repr(C)]pub struct SLDataLocator_OutputMix {
pub locatorType: SLuint32,
pub outputMix: SLObjectItf,
}Expand description
OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX
Fields§
§locatorType: SLuint32§outputMix: SLObjectItfTrait Implementations§
Source§impl Clone for SLDataLocator_OutputMix
impl Clone for SLDataLocator_OutputMix
Source§fn clone(&self) -> SLDataLocator_OutputMix
fn clone(&self) -> SLDataLocator_OutputMix
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 moreSource§impl Debug for SLDataLocator_OutputMix
impl Debug for SLDataLocator_OutputMix
impl Copy for SLDataLocator_OutputMix
Auto Trait Implementations§
impl Freeze for SLDataLocator_OutputMix
impl RefUnwindSafe for SLDataLocator_OutputMix
impl !Send for SLDataLocator_OutputMix
impl !Sync for SLDataLocator_OutputMix
impl Unpin for SLDataLocator_OutputMix
impl UnwindSafe for SLDataLocator_OutputMix
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