#[repr(C)]pub struct ArkUI_Context { /* private fields */ }Available on crate feature
api-12 only.Expand description
Defines the ArkUI native context object.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for ArkUI_Context
impl RefUnwindSafe for ArkUI_Context
impl Send for ArkUI_Context
impl Sync for ArkUI_Context
impl Unpin for ArkUI_Context
impl UnwindSafe for ArkUI_Context
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