pub struct OH_NativeXComponent_KeyEvent { /* private fields */ }Expand description
Provides an encapsulated OH_NativeXComponent_KeyEvent instance.
Available since API-level: 10
Version: 1.0
Auto Trait Implementations§
impl Freeze for OH_NativeXComponent_KeyEvent
impl RefUnwindSafe for OH_NativeXComponent_KeyEvent
impl Send for OH_NativeXComponent_KeyEvent
impl Sync for OH_NativeXComponent_KeyEvent
impl Unpin for OH_NativeXComponent_KeyEvent
impl UnsafeUnpin for OH_NativeXComponent_KeyEvent
impl UnwindSafe for OH_NativeXComponent_KeyEvent
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