#[repr(C)]pub struct SLDataLocator_AndroidFD_ {
pub locatorType: SLuint32,
pub fd: SLint32,
pub offset: SLAint64,
pub length: SLAint64,
}Expand description
File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD
Fields§
§locatorType: SLuint32§fd: SLint32§offset: SLAint64§length: SLAint64Trait Implementations§
Source§impl Clone for SLDataLocator_AndroidFD_
impl Clone for SLDataLocator_AndroidFD_
Source§fn clone(&self) -> SLDataLocator_AndroidFD_
fn clone(&self) -> SLDataLocator_AndroidFD_
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_AndroidFD_
impl Debug for SLDataLocator_AndroidFD_
impl Copy for SLDataLocator_AndroidFD_
Auto Trait Implementations§
impl Freeze for SLDataLocator_AndroidFD_
impl RefUnwindSafe for SLDataLocator_AndroidFD_
impl Send for SLDataLocator_AndroidFD_
impl Sync for SLDataLocator_AndroidFD_
impl Unpin for SLDataLocator_AndroidFD_
impl UnwindSafe for SLDataLocator_AndroidFD_
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