#[repr(C)]pub struct MemoryGetWin32HandleInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub memory: DeviceMemory,
pub handle_type: ExternalMemoryHandleTypeFlags,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§memory: DeviceMemory§handle_type: ExternalMemoryHandleTypeFlagsTrait Implementations§
Source§impl Clone for MemoryGetWin32HandleInfoKHR
impl Clone for MemoryGetWin32HandleInfoKHR
Source§fn clone(&self) -> MemoryGetWin32HandleInfoKHR
fn clone(&self) -> MemoryGetWin32HandleInfoKHR
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 moreSource§impl Debug for MemoryGetWin32HandleInfoKHR
impl Debug for MemoryGetWin32HandleInfoKHR
Source§impl Hash for MemoryGetWin32HandleInfoKHR
impl Hash for MemoryGetWin32HandleInfoKHR
impl Copy for MemoryGetWin32HandleInfoKHR
impl Eq for MemoryGetWin32HandleInfoKHR
impl Send for MemoryGetWin32HandleInfoKHR
impl StructuralPartialEq for MemoryGetWin32HandleInfoKHR
impl Sync for MemoryGetWin32HandleInfoKHR
Auto Trait Implementations§
impl Freeze for MemoryGetWin32HandleInfoKHR
impl RefUnwindSafe 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