Struct ndk_sys::AAdditionalInfoEvent
source · #[repr(C)]pub struct AAdditionalInfoEvent {
pub type_: i32,
pub serial: i32,
pub __bindgen_anon_1: AAdditionalInfoEvent__bindgen_ty_1,
}
Fields
type_: i32
serial: i32
__bindgen_anon_1: AAdditionalInfoEvent__bindgen_ty_1
Trait Implementations
sourceimpl Clone for AAdditionalInfoEvent
impl Clone for AAdditionalInfoEvent
sourcefn clone(&self) -> AAdditionalInfoEvent
fn clone(&self) -> AAdditionalInfoEvent
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 moreimpl Copy for AAdditionalInfoEvent
Auto Trait Implementations
impl RefUnwindSafe for AAdditionalInfoEvent
impl Send for AAdditionalInfoEvent
impl Sync for AAdditionalInfoEvent
impl Unpin for AAdditionalInfoEvent
impl UnwindSafe for AAdditionalInfoEvent
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