#[repr(C)]pub struct ArkUI_IntOffset {
pub x: i32,
pub y: i32,
}Available on crate feature
api-12 only.Expand description
@brief Describes the position of a component.
@since 12
Fields§
§x: i32Horizontal coordinate, in px.
y: i32Vertical coordinate, in px.
Auto Trait Implementations§
impl Freeze for ArkUI_IntOffset
impl RefUnwindSafe for ArkUI_IntOffset
impl Send for ArkUI_IntOffset
impl Sync for ArkUI_IntOffset
impl Unpin for ArkUI_IntOffset
impl UnwindSafe for ArkUI_IntOffset
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