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