pub struct ArkUI_SnapshotOptions { /* private fields */ }Available on crate features
api-12 and api-15 only.Expand description
Defines the options for taking snapshot.
Available since API-level: 15
Auto Trait Implementations§
impl Freeze for ArkUI_SnapshotOptions
impl RefUnwindSafe for ArkUI_SnapshotOptions
impl Send for ArkUI_SnapshotOptions
impl Sync for ArkUI_SnapshotOptions
impl Unpin for ArkUI_SnapshotOptions
impl UnwindSafe for ArkUI_SnapshotOptions
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