#[repr(C)]pub struct ExportMemoryWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_attributes: *const c_void,
pub dw_access: u32,
pub name: *const u16,
}Expand description
VkExportMemoryWin32HandleInfoKHR
Provided by VK_KHR_external_memory_win32.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
p_attributes: *const c_voidOptional, may be null.
dw_access: u32§name: *const u16Implementations§
Source§impl ExportMemoryWin32HandleInfoKHR
impl ExportMemoryWin32HandleInfoKHR
Sourcepub fn builder<'a>() -> ExportMemoryWin32HandleInfoKHRBuilder<'a>
pub fn builder<'a>() -> ExportMemoryWin32HandleInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExportMemoryWin32HandleInfoKHR
impl Clone for ExportMemoryWin32HandleInfoKHR
Source§fn clone(&self) -> ExportMemoryWin32HandleInfoKHR
fn clone(&self) -> ExportMemoryWin32HandleInfoKHR
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 moreimpl Copy for ExportMemoryWin32HandleInfoKHR
impl ExtendsMemoryAllocateInfo for ExportMemoryWin32HandleInfoKHR
Auto Trait Implementations§
impl Freeze for ExportMemoryWin32HandleInfoKHR
impl RefUnwindSafe for ExportMemoryWin32HandleInfoKHR
impl !Send for ExportMemoryWin32HandleInfoKHR
impl !Sync for ExportMemoryWin32HandleInfoKHR
impl Unpin for ExportMemoryWin32HandleInfoKHR
impl UnsafeUnpin for ExportMemoryWin32HandleInfoKHR
impl UnwindSafe for ExportMemoryWin32HandleInfoKHR
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