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§
source§impl Clone for AAdditionalInfoEvent
impl Clone for AAdditionalInfoEvent
source§fn clone(&self) -> AAdditionalInfoEvent
fn clone(&self) -> AAdditionalInfoEvent
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 moreimpl Copy for AAdditionalInfoEvent
Auto Trait Implementations§
impl Freeze for AAdditionalInfoEvent
impl RefUnwindSafe for AAdditionalInfoEvent
impl Send for AAdditionalInfoEvent
impl Sync for AAdditionalInfoEvent
impl Unpin for AAdditionalInfoEvent
impl UnwindSafe for AAdditionalInfoEvent
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