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