#[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 · 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 NativeBufferPropertiesOHOS
impl Debug for NativeBufferPropertiesOHOS
Source§impl Default for NativeBufferPropertiesOHOS
impl Default for NativeBufferPropertiesOHOS
Source§impl Hash for NativeBufferPropertiesOHOS
impl Hash for NativeBufferPropertiesOHOS
impl Copy for NativeBufferPropertiesOHOS
impl Eq for NativeBufferPropertiesOHOS
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 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