Struct ash::vk::ImportMemoryWin32HandleInfoNV
source · #[repr(C)]pub struct ImportMemoryWin32HandleInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlagsNV,
pub handle: HANDLE,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_type: ExternalMemoryHandleTypeFlagsNV
§handle: HANDLE
Implementations§
source§impl ImportMemoryWin32HandleInfoNV
impl ImportMemoryWin32HandleInfoNV
pub fn builder<'a>() -> ImportMemoryWin32HandleInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for ImportMemoryWin32HandleInfoNV
impl Clone for ImportMemoryWin32HandleInfoNV
source§fn clone(&self) -> ImportMemoryWin32HandleInfoNV
fn clone(&self) -> ImportMemoryWin32HandleInfoNV
Returns a copy 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 more