#[repr(C)]pub struct ExportMemoryAllocateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalMemoryHandleTypeFlagBits,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO.
p_next: *const c_voidOptional, may be null.
handle_types: ExternalMemoryHandleTypeFlagBitsImplementations§
Source§impl ExportMemoryAllocateInfo
impl ExportMemoryAllocateInfo
Sourcepub fn builder<'a>() -> ExportMemoryAllocateInfoBuilder<'a>
pub fn builder<'a>() -> ExportMemoryAllocateInfoBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExportMemoryAllocateInfo
impl Clone for ExportMemoryAllocateInfo
Source§fn clone(&self) -> ExportMemoryAllocateInfo
fn clone(&self) -> ExportMemoryAllocateInfo
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 moreSource§impl Debug for ExportMemoryAllocateInfo
impl Debug for ExportMemoryAllocateInfo
Source§impl Default for ExportMemoryAllocateInfo
impl Default for ExportMemoryAllocateInfo
Source§fn 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 Freeze for ExportMemoryAllocateInfo
impl RefUnwindSafe for ExportMemoryAllocateInfo
impl !Send for ExportMemoryAllocateInfo
impl !Sync for ExportMemoryAllocateInfo
impl Unpin for ExportMemoryAllocateInfo
impl UnsafeUnpin for ExportMemoryAllocateInfo
impl UnwindSafe for ExportMemoryAllocateInfo
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