pub struct ArkUI_EmbeddedComponentOption { /* private fields */ }Available on crate features
api-12 and api-20 only.Expand description
Define the EmbeddedComponentOption for the EmbeddedComponent.
Available since API-level: 20
Auto Trait Implementations§
impl Freeze for ArkUI_EmbeddedComponentOption
impl RefUnwindSafe for ArkUI_EmbeddedComponentOption
impl Send for ArkUI_EmbeddedComponentOption
impl Sync for ArkUI_EmbeddedComponentOption
impl Unpin for ArkUI_EmbeddedComponentOption
impl UnsafeUnpin for ArkUI_EmbeddedComponentOption
impl UnwindSafe for ArkUI_EmbeddedComponentOption
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