#[repr(C)]pub struct ImportMemoryHostPointerInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlagBits,
pub p_host_pointer: *mut c_void,
}Expand description
VkImportMemoryHostPointerInfoEXT
Provided by VK_EXT_external_memory_host.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT.
p_next: *const c_voidOptional, may be null.
handle_type: ExternalMemoryHandleTypeFlagBits§p_host_pointer: *mut c_voidImplementations§
Source§impl ImportMemoryHostPointerInfoEXT
impl ImportMemoryHostPointerInfoEXT
Sourcepub fn builder<'a>() -> ImportMemoryHostPointerInfoEXTBuilder<'a>
pub fn builder<'a>() -> ImportMemoryHostPointerInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImportMemoryHostPointerInfoEXT
impl Clone for ImportMemoryHostPointerInfoEXT
Source§fn clone(&self) -> ImportMemoryHostPointerInfoEXT
fn clone(&self) -> ImportMemoryHostPointerInfoEXT
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 Default for ImportMemoryHostPointerInfoEXT
impl Default for ImportMemoryHostPointerInfoEXT
Source§fn default() -> ImportMemoryHostPointerInfoEXT
fn default() -> ImportMemoryHostPointerInfoEXT
Returns the “default value” for a type. Read more
impl Copy for ImportMemoryHostPointerInfoEXT
impl ExtendsMemoryAllocateInfo for ImportMemoryHostPointerInfoEXT
Auto Trait Implementations§
impl Freeze for ImportMemoryHostPointerInfoEXT
impl RefUnwindSafe for ImportMemoryHostPointerInfoEXT
impl !Send for ImportMemoryHostPointerInfoEXT
impl !Sync for ImportMemoryHostPointerInfoEXT
impl Unpin for ImportMemoryHostPointerInfoEXT
impl UnsafeUnpin for ImportMemoryHostPointerInfoEXT
impl UnwindSafe for ImportMemoryHostPointerInfoEXT
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