#[repr(C)]pub struct SLDataLocator_IODevice_ {
pub locatorType: SLuint32,
pub deviceType: SLuint32,
pub deviceID: SLuint32,
pub device: SLObjectItf,
}Expand description
IODevice-based data locator definition where locatorType must be SL_DATALOCATOR_IODEVICE
Fields§
§locatorType: SLuint32§deviceType: SLuint32§deviceID: SLuint32§device: SLObjectItfTrait Implementations§
Source§impl Clone for SLDataLocator_IODevice_
impl Clone for SLDataLocator_IODevice_
Source§fn clone(&self) -> SLDataLocator_IODevice_
fn clone(&self) -> SLDataLocator_IODevice_
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 SLDataLocator_IODevice_
Auto Trait Implementations§
impl !Send for SLDataLocator_IODevice_
impl !Sync for SLDataLocator_IODevice_
impl Freeze for SLDataLocator_IODevice_
impl RefUnwindSafe for SLDataLocator_IODevice_
impl Unpin for SLDataLocator_IODevice_
impl UnsafeUnpin for SLDataLocator_IODevice_
impl UnwindSafe for SLDataLocator_IODevice_
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