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