Struct ndk_sys::AWorkDuration
source · #[repr(C)]pub struct AWorkDuration { /* private fields */ }
Trait Implementations§
source§impl Clone for AWorkDuration
impl Clone for AWorkDuration
source§fn clone(&self) -> AWorkDuration
fn clone(&self) -> AWorkDuration
Returns a copy 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 AWorkDuration
impl Debug for AWorkDuration
impl Copy for AWorkDuration
Auto Trait Implementations§
impl Freeze for AWorkDuration
impl RefUnwindSafe for AWorkDuration
impl Send for AWorkDuration
impl Sync for AWorkDuration
impl Unpin for AWorkDuration
impl UnwindSafe for AWorkDuration
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