#[repr(C)]pub struct ArkUI_Margin {
pub top: f32,
pub right: f32,
pub bottom: f32,
pub left: f32,
}Available on crate feature
api-12 only.Expand description
@brief Describes the margins of a component.
@since 12
Fields§
§top: f32Top margin, in vp.
right: f32Right margin, in vp.
bottom: f32Bottom margin, in vp.
left: f32Left margin, in vp.
Auto Trait Implementations§
impl Freeze for ArkUI_Margin
impl RefUnwindSafe for ArkUI_Margin
impl Send for ArkUI_Margin
impl Sync for ArkUI_Margin
impl Unpin for ArkUI_Margin
impl UnwindSafe for ArkUI_Margin
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