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