#[repr(C)]pub struct VkNativeBufferPropertiesOHOS {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub allocationSize: VkDeviceSize,
pub memoryTypeBits: u32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§allocationSize: VkDeviceSize§memoryTypeBits: u32Trait Implementations§
Source§impl Clone for VkNativeBufferPropertiesOHOS
impl Clone for VkNativeBufferPropertiesOHOS
Source§fn clone(&self) -> VkNativeBufferPropertiesOHOS
fn clone(&self) -> VkNativeBufferPropertiesOHOS
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 moreimpl Copy for VkNativeBufferPropertiesOHOS
Auto Trait Implementations§
impl Freeze for VkNativeBufferPropertiesOHOS
impl RefUnwindSafe for VkNativeBufferPropertiesOHOS
impl !Send for VkNativeBufferPropertiesOHOS
impl !Sync for VkNativeBufferPropertiesOHOS
impl Unpin for VkNativeBufferPropertiesOHOS
impl UnwindSafe for VkNativeBufferPropertiesOHOS
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