#[repr(C)]pub struct ExportMemoryAllocateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalMemoryHandleTypeFlagsNV,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidhandle_types: ExternalMemoryHandleTypeFlagsNVImplementations
sourceimpl ExportMemoryAllocateInfoNV
impl ExportMemoryAllocateInfoNV
pub fn builder<'a>() -> ExportMemoryAllocateInfoNVBuilder<'a>
Trait Implementations
sourceimpl Clone for ExportMemoryAllocateInfoNV
impl Clone for ExportMemoryAllocateInfoNV
sourcefn clone(&self) -> ExportMemoryAllocateInfoNV
fn clone(&self) -> ExportMemoryAllocateInfoNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ExportMemoryAllocateInfoNV
impl Debug for ExportMemoryAllocateInfoNV
sourceimpl Default for ExportMemoryAllocateInfoNV
impl Default for ExportMemoryAllocateInfoNV
sourcefn default() -> ExportMemoryAllocateInfoNV
fn default() -> ExportMemoryAllocateInfoNV
Returns the “default value” for a type. Read more
impl Copy for ExportMemoryAllocateInfoNV
impl ExtendsMemoryAllocateInfo for ExportMemoryAllocateInfoNV
Auto Trait Implementations
impl RefUnwindSafe for ExportMemoryAllocateInfoNV
impl !Send for ExportMemoryAllocateInfoNV
impl !Sync for ExportMemoryAllocateInfoNV
impl Unpin for ExportMemoryAllocateInfoNV
impl UnwindSafe for ExportMemoryAllocateInfoNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more