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