#[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: StructureTypep_next: *const c_voidmemory: DeviceMemoryhandle_type: ExternalMemoryHandleTypeFlagsImplementations
sourceimpl MemoryGetWin32HandleInfoKHR
impl MemoryGetWin32HandleInfoKHR
pub fn builder<'a>() -> MemoryGetWin32HandleInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for MemoryGetWin32HandleInfoKHR
impl Clone for MemoryGetWin32HandleInfoKHR
sourcefn clone(&self) -> MemoryGetWin32HandleInfoKHR
fn clone(&self) -> MemoryGetWin32HandleInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MemoryGetWin32HandleInfoKHR
impl Debug for MemoryGetWin32HandleInfoKHR
sourceimpl Default for MemoryGetWin32HandleInfoKHR
impl Default for MemoryGetWin32HandleInfoKHR
sourcefn default() -> MemoryGetWin32HandleInfoKHR
fn default() -> MemoryGetWin32HandleInfoKHR
Returns the “default value” for a type. Read more
impl Copy for MemoryGetWin32HandleInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for MemoryGetWin32HandleInfoKHR
impl !Send for MemoryGetWin32HandleInfoKHR
impl !Sync for MemoryGetWin32HandleInfoKHR
impl Unpin for MemoryGetWin32HandleInfoKHR
impl UnwindSafe for MemoryGetWin32HandleInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more