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