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