#[repr(C)]pub struct VkImportMemoryHostPointerInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub handleType: VkExternalMemoryHandleTypeFlagBits,
pub pHostPointer: *mut c_void,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§handleType: VkExternalMemoryHandleTypeFlagBits
§pHostPointer: *mut c_void
Trait Implementations§
Source§impl Clone for VkImportMemoryHostPointerInfoEXT
impl Clone for VkImportMemoryHostPointerInfoEXT
Source§fn clone(&self) -> VkImportMemoryHostPointerInfoEXT
fn clone(&self) -> VkImportMemoryHostPointerInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkImportMemoryHostPointerInfoEXT
Auto Trait Implementations§
impl Freeze for VkImportMemoryHostPointerInfoEXT
impl RefUnwindSafe for VkImportMemoryHostPointerInfoEXT
impl !Send for VkImportMemoryHostPointerInfoEXT
impl !Sync for VkImportMemoryHostPointerInfoEXT
impl Unpin for VkImportMemoryHostPointerInfoEXT
impl UnwindSafe for VkImportMemoryHostPointerInfoEXT
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