#[repr(C)]pub struct VkNativeBufferUsageOHOS {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub OHOSNativeBufferUsage: u64,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§OHOSNativeBufferUsage: u64Trait Implementations§
Source§impl Clone for VkNativeBufferUsageOHOS
impl Clone for VkNativeBufferUsageOHOS
Source§fn clone(&self) -> VkNativeBufferUsageOHOS
fn clone(&self) -> VkNativeBufferUsageOHOS
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 VkNativeBufferUsageOHOS
Auto Trait Implementations§
impl Freeze for VkNativeBufferUsageOHOS
impl RefUnwindSafe for VkNativeBufferUsageOHOS
impl !Send for VkNativeBufferUsageOHOS
impl !Sync for VkNativeBufferUsageOHOS
impl Unpin for VkNativeBufferUsageOHOS
impl UnwindSafe for VkNativeBufferUsageOHOS
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