#[repr(C)]pub struct ImportMemoryWin32HandleInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlagBitsNV,
pub handle: isize,
}Expand description
VkImportMemoryWin32HandleInfoNV
Provided by VK_NV_external_memory_win32.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_NV.
p_next: *const c_voidOptional, may be null.
handle_type: ExternalMemoryHandleTypeFlagBitsNV§handle: isizeImplementations§
Source§impl ImportMemoryWin32HandleInfoNV
impl ImportMemoryWin32HandleInfoNV
Sourcepub fn builder<'a>() -> ImportMemoryWin32HandleInfoNVBuilder<'a>
pub fn builder<'a>() -> ImportMemoryWin32HandleInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImportMemoryWin32HandleInfoNV
impl Clone for ImportMemoryWin32HandleInfoNV
Source§fn clone(&self) -> ImportMemoryWin32HandleInfoNV
fn clone(&self) -> ImportMemoryWin32HandleInfoNV
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 Default for ImportMemoryWin32HandleInfoNV
impl Default for ImportMemoryWin32HandleInfoNV
Source§fn default() -> ImportMemoryWin32HandleInfoNV
fn default() -> ImportMemoryWin32HandleInfoNV
Returns the “default value” for a type. Read more
impl Copy for ImportMemoryWin32HandleInfoNV
impl ExtendsMemoryAllocateInfo for ImportMemoryWin32HandleInfoNV
Auto Trait Implementations§
impl Freeze for ImportMemoryWin32HandleInfoNV
impl RefUnwindSafe for ImportMemoryWin32HandleInfoNV
impl !Send for ImportMemoryWin32HandleInfoNV
impl !Sync for ImportMemoryWin32HandleInfoNV
impl Unpin for ImportMemoryWin32HandleInfoNV
impl UnsafeUnpin for ImportMemoryWin32HandleInfoNV
impl UnwindSafe for ImportMemoryWin32HandleInfoNV
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