#[repr(C)]pub struct ExportMemoryAllocateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalMemoryHandleTypeFlags,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidhandle_types: ExternalMemoryHandleTypeFlagsImplementations
sourceimpl ExportMemoryAllocateInfo
impl ExportMemoryAllocateInfo
pub fn builder<'a>() -> ExportMemoryAllocateInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for ExportMemoryAllocateInfo
impl Clone for ExportMemoryAllocateInfo
sourcefn clone(&self) -> ExportMemoryAllocateInfo
fn clone(&self) -> ExportMemoryAllocateInfo
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 ExportMemoryAllocateInfo
impl Debug for ExportMemoryAllocateInfo
sourceimpl Default for ExportMemoryAllocateInfo
impl Default for ExportMemoryAllocateInfo
sourcefn default() -> ExportMemoryAllocateInfo
fn default() -> ExportMemoryAllocateInfo
Returns the “default value” for a type. Read more
impl Copy for ExportMemoryAllocateInfo
impl ExtendsMemoryAllocateInfo for ExportMemoryAllocateInfo
Auto Trait Implementations
impl RefUnwindSafe for ExportMemoryAllocateInfo
impl !Send for ExportMemoryAllocateInfo
impl !Sync for ExportMemoryAllocateInfo
impl Unpin for ExportMemoryAllocateInfo
impl UnwindSafe for ExportMemoryAllocateInfo
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