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