pub struct ArkUI_HostWindowInfo { /* private fields */ }Available on crate features
api-12 and api-15 only.Expand description
Define the information of the HostWindowInfo class for window properties.
Available since API-level: 15
Auto Trait Implementations§
impl Freeze for ArkUI_HostWindowInfo
impl RefUnwindSafe for ArkUI_HostWindowInfo
impl Send for ArkUI_HostWindowInfo
impl Sync for ArkUI_HostWindowInfo
impl Unpin for ArkUI_HostWindowInfo
impl UnwindSafe for ArkUI_HostWindowInfo
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