#[repr(C)]pub struct NativeBufferUsageOHOS {
pub s_type: StructureType,
pub next: *mut c_void,
pub ohos_native_buffer_usage: u64,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§ohos_native_buffer_usage: u64Trait Implementations§
Source§impl Clone for NativeBufferUsageOHOS
impl Clone for NativeBufferUsageOHOS
Source§fn clone(&self) -> NativeBufferUsageOHOS
fn clone(&self) -> NativeBufferUsageOHOS
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 NativeBufferUsageOHOS
impl Debug for NativeBufferUsageOHOS
Source§impl Default for NativeBufferUsageOHOS
impl Default for NativeBufferUsageOHOS
Source§impl Hash for NativeBufferUsageOHOS
impl Hash for NativeBufferUsageOHOS
Source§impl PartialEq for NativeBufferUsageOHOS
impl PartialEq for NativeBufferUsageOHOS
impl Copy for NativeBufferUsageOHOS
impl Eq for NativeBufferUsageOHOS
impl Send for NativeBufferUsageOHOS
impl StructuralPartialEq for NativeBufferUsageOHOS
impl Sync for NativeBufferUsageOHOS
Auto Trait Implementations§
impl Freeze for NativeBufferUsageOHOS
impl RefUnwindSafe for NativeBufferUsageOHOS
impl Unpin for NativeBufferUsageOHOS
impl UnwindSafe for NativeBufferUsageOHOS
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