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