#[repr(C)]pub struct NativeBufferOHOS {
pub s_type: StructureType,
pub next: *const c_void,
pub handle: *mut OHBufferHandle,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§handle: *mut OHBufferHandleTrait Implementations§
Source§impl Clone for NativeBufferOHOS
impl Clone for NativeBufferOHOS
Source§fn clone(&self) -> NativeBufferOHOS
fn clone(&self) -> NativeBufferOHOS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NativeBufferOHOS
impl Debug for NativeBufferOHOS
Source§impl Default for NativeBufferOHOS
impl Default for NativeBufferOHOS
Source§impl Hash for NativeBufferOHOS
impl Hash for NativeBufferOHOS
Source§impl PartialEq for NativeBufferOHOS
impl PartialEq for NativeBufferOHOS
impl Copy for NativeBufferOHOS
impl Eq for NativeBufferOHOS
impl Send for NativeBufferOHOS
impl StructuralPartialEq for NativeBufferOHOS
impl Sync for NativeBufferOHOS
Auto Trait Implementations§
impl Freeze for NativeBufferOHOS
impl RefUnwindSafe for NativeBufferOHOS
impl Unpin for NativeBufferOHOS
impl UnwindSafe for NativeBufferOHOS
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