#[repr(C)]pub struct NativeBufferPropertiesOHOS {
pub s_type: StructureType,
pub next: *mut c_void,
pub allocation_size: DeviceSize,
pub memory_type_bits: u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§allocation_size: DeviceSize§memory_type_bits: u32Trait Implementations§
Source§impl Clone for NativeBufferPropertiesOHOS
impl Clone for NativeBufferPropertiesOHOS
Source§fn clone(&self) -> NativeBufferPropertiesOHOS
fn clone(&self) -> NativeBufferPropertiesOHOS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NativeBufferPropertiesOHOS
Source§impl Debug for NativeBufferPropertiesOHOS
impl Debug for NativeBufferPropertiesOHOS
Source§impl Default for NativeBufferPropertiesOHOS
impl Default for NativeBufferPropertiesOHOS
impl Eq for NativeBufferPropertiesOHOS
Source§impl Hash for NativeBufferPropertiesOHOS
impl Hash for NativeBufferPropertiesOHOS
Source§impl PartialEq for NativeBufferPropertiesOHOS
impl PartialEq for NativeBufferPropertiesOHOS
Source§fn eq(&self, other: &NativeBufferPropertiesOHOS) -> bool
fn eq(&self, other: &NativeBufferPropertiesOHOS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for NativeBufferPropertiesOHOS
impl StructuralPartialEq for NativeBufferPropertiesOHOS
impl Sync for NativeBufferPropertiesOHOS
Auto Trait Implementations§
impl Freeze for NativeBufferPropertiesOHOS
impl RefUnwindSafe for NativeBufferPropertiesOHOS
impl Unpin for NativeBufferPropertiesOHOS
impl UnsafeUnpin for NativeBufferPropertiesOHOS
impl UnwindSafe for NativeBufferPropertiesOHOS
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