#[repr(C)]pub struct ExportMemoryWin32HandleInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_attributes: *const c_void,
pub dw_access: u32,
}Expand description
VkExportMemoryWin32HandleInfoNV
Provided by VK_NV_external_memory_win32.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_NV.
p_next: *const c_voidOptional, may be null.
p_attributes: *const c_voidOptional, may be null.
dw_access: u32Implementations§
Source§impl ExportMemoryWin32HandleInfoNV
impl ExportMemoryWin32HandleInfoNV
Sourcepub fn builder<'a>() -> ExportMemoryWin32HandleInfoNVBuilder<'a>
pub fn builder<'a>() -> ExportMemoryWin32HandleInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExportMemoryWin32HandleInfoNV
impl Clone for ExportMemoryWin32HandleInfoNV
Source§fn clone(&self) -> ExportMemoryWin32HandleInfoNV
fn clone(&self) -> ExportMemoryWin32HandleInfoNV
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 ExportMemoryWin32HandleInfoNV
impl ExtendsMemoryAllocateInfo for ExportMemoryWin32HandleInfoNV
Auto Trait Implementations§
impl Freeze for ExportMemoryWin32HandleInfoNV
impl RefUnwindSafe for ExportMemoryWin32HandleInfoNV
impl !Send for ExportMemoryWin32HandleInfoNV
impl !Sync for ExportMemoryWin32HandleInfoNV
impl Unpin for ExportMemoryWin32HandleInfoNV
impl UnsafeUnpin for ExportMemoryWin32HandleInfoNV
impl UnwindSafe for ExportMemoryWin32HandleInfoNV
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