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