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 moresource§impl Debug for MemoryGetWin32HandleInfoKHR
impl Debug for MemoryGetWin32HandleInfoKHR
source§impl TaggedStructure for MemoryGetWin32HandleInfoKHR
impl TaggedStructure for MemoryGetWin32HandleInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::MEMORY_GET_WIN32_HANDLE_INFO_KHR
impl Copy for MemoryGetWin32HandleInfoKHR
Auto Trait Implementations§
impl Freeze for MemoryGetWin32HandleInfoKHR
impl RefUnwindSafe for MemoryGetWin32HandleInfoKHR
impl !Send for MemoryGetWin32HandleInfoKHR
impl !Sync for MemoryGetWin32HandleInfoKHR
impl Unpin for MemoryGetWin32HandleInfoKHR
impl UnwindSafe for MemoryGetWin32HandleInfoKHR
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