Struct ndk_sys::AConfiguration
source · #[repr(C)]pub struct AConfiguration { /* private fields */ }
Trait Implementations
sourceimpl Clone for AConfiguration
impl Clone for AConfiguration
sourcefn clone(&self) -> AConfiguration
fn clone(&self) -> AConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AConfiguration
impl Debug for AConfiguration
impl Copy for AConfiguration
Auto Trait Implementations
impl RefUnwindSafe for AConfiguration
impl Send for AConfiguration
impl Sync for AConfiguration
impl Unpin for AConfiguration
impl UnwindSafe for AConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more