Struct ohos_sys::native_buffer::OH_NativeBuffer
source · #[repr(C)]pub struct OH_NativeBuffer { /* private fields */ }Available on crate feature
native_buffer only.Auto Trait Implementations§
impl Freeze for OH_NativeBuffer
impl RefUnwindSafe for OH_NativeBuffer
impl Send for OH_NativeBuffer
impl Sync for OH_NativeBuffer
impl Unpin for OH_NativeBuffer
impl UnwindSafe for OH_NativeBuffer
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