pub struct ArkUI_VisibleAreaEventOptions { /* private fields */ }Available on crate features
api-12 and api-17 only.Expand description
Defines the parameters for visible area change events.
Available since API-level: 17
Auto Trait Implementations§
impl Freeze for ArkUI_VisibleAreaEventOptions
impl RefUnwindSafe for ArkUI_VisibleAreaEventOptions
impl Send for ArkUI_VisibleAreaEventOptions
impl Sync for ArkUI_VisibleAreaEventOptions
impl Unpin for ArkUI_VisibleAreaEventOptions
impl UnwindSafe for ArkUI_VisibleAreaEventOptions
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