pub struct ArkUI_AlignmentRuleOption { /* private fields */ }Available on crate feature
api-12 only.Expand description
specifies the alignment rules for subcomponents set in relative containers.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for ArkUI_AlignmentRuleOption
impl RefUnwindSafe for ArkUI_AlignmentRuleOption
impl Send for ArkUI_AlignmentRuleOption
impl Sync for ArkUI_AlignmentRuleOption
impl Unpin for ArkUI_AlignmentRuleOption
impl UnwindSafe for ArkUI_AlignmentRuleOption
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