#[repr(C)]pub struct SLDataLocator_Address_ {
pub locatorType: SLuint32,
pub pAddress: *mut c_void,
pub length: SLuint32,
}Expand description
Address-based data locator definition where locatorType must be SL_DATALOCATOR_ADDRESS
Fields§
§locatorType: SLuint32§pAddress: *mut c_void§length: SLuint32Trait Implementations§
Source§impl Clone for SLDataLocator_Address_
impl Clone for SLDataLocator_Address_
Source§fn clone(&self) -> SLDataLocator_Address_
fn clone(&self) -> SLDataLocator_Address_
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_Address_
impl Debug for SLDataLocator_Address_
impl Copy for SLDataLocator_Address_
Auto Trait Implementations§
impl Freeze for SLDataLocator_Address_
impl RefUnwindSafe for SLDataLocator_Address_
impl !Send for SLDataLocator_Address_
impl !Sync for SLDataLocator_Address_
impl Unpin for SLDataLocator_Address_
impl UnwindSafe for SLDataLocator_Address_
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