Struct ohos_sys::native_window::NativeWindow
source · #[repr(C)]pub struct NativeWindow { /* private fields */ }Available on crate feature
native_window only.Expand description
@brief native window. @since 8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NativeWindow
impl RefUnwindSafe for NativeWindow
impl Send for NativeWindow
impl Sync for NativeWindow
impl Unpin for NativeWindow
impl UnwindSafe for NativeWindow
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