#[repr(C)]pub struct MemoryWin32HandlePropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_type_bits: u32,
}Expand description
VkMemoryWin32HandlePropertiesKHR
Provided by VK_KHR_external_memory_win32.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_WIN32_HANDLE_PROPERTIES_KHR.
p_next: *mut c_voidOptional, may be null.
memory_type_bits: u32Implementations§
Source§impl MemoryWin32HandlePropertiesKHR
impl MemoryWin32HandlePropertiesKHR
Sourcepub fn builder<'a>() -> MemoryWin32HandlePropertiesKHRBuilder<'a>
pub fn builder<'a>() -> MemoryWin32HandlePropertiesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MemoryWin32HandlePropertiesKHR
impl Clone for MemoryWin32HandlePropertiesKHR
Source§fn clone(&self) -> MemoryWin32HandlePropertiesKHR
fn clone(&self) -> MemoryWin32HandlePropertiesKHR
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 MemoryWin32HandlePropertiesKHR
Auto Trait Implementations§
impl Freeze for MemoryWin32HandlePropertiesKHR
impl RefUnwindSafe for MemoryWin32HandlePropertiesKHR
impl !Send for MemoryWin32HandlePropertiesKHR
impl !Sync for MemoryWin32HandlePropertiesKHR
impl Unpin for MemoryWin32HandlePropertiesKHR
impl UnsafeUnpin for MemoryWin32HandlePropertiesKHR
impl UnwindSafe for MemoryWin32HandlePropertiesKHR
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