#[repr(C)]pub struct VkExportMemoryAllocateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub handleTypes: VkExternalMemoryHandleTypeFlags,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§handleTypes: VkExternalMemoryHandleTypeFlags
Trait Implementations§
Source§impl Clone for VkExportMemoryAllocateInfo
impl Clone for VkExportMemoryAllocateInfo
Source§fn clone(&self) -> VkExportMemoryAllocateInfo
fn clone(&self) -> VkExportMemoryAllocateInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkExportMemoryAllocateInfo
impl Default for VkExportMemoryAllocateInfo
impl Copy for VkExportMemoryAllocateInfo
Auto Trait Implementations§
impl Freeze for VkExportMemoryAllocateInfo
impl RefUnwindSafe for VkExportMemoryAllocateInfo
impl !Send for VkExportMemoryAllocateInfo
impl !Sync for VkExportMemoryAllocateInfo
impl Unpin for VkExportMemoryAllocateInfo
impl UnwindSafe for VkExportMemoryAllocateInfo
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