#[repr(C)]pub struct SLDataLocator_URI_ {
pub locatorType: SLuint32,
pub URI: *mut SLchar,
}Expand description
URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI
Fields§
§locatorType: SLuint32§URI: *mut SLcharTrait Implementations§
Source§impl Clone for SLDataLocator_URI_
impl Clone for SLDataLocator_URI_
Source§fn clone(&self) -> SLDataLocator_URI_
fn clone(&self) -> SLDataLocator_URI_
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_URI_
Auto Trait Implementations§
impl !Send for SLDataLocator_URI_
impl !Sync for SLDataLocator_URI_
impl Freeze for SLDataLocator_URI_
impl RefUnwindSafe for SLDataLocator_URI_
impl Unpin for SLDataLocator_URI_
impl UnsafeUnpin for SLDataLocator_URI_
impl UnwindSafe for SLDataLocator_URI_
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