#[repr(C)]pub struct MemoryHostPointerPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_type_bits: u32,
}Expand description
VkMemoryHostPointerPropertiesEXT
Provided by VK_EXT_external_memory_host.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
memory_type_bits: u32Implementations§
Source§impl MemoryHostPointerPropertiesEXT
impl MemoryHostPointerPropertiesEXT
Sourcepub fn builder<'a>() -> MemoryHostPointerPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> MemoryHostPointerPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MemoryHostPointerPropertiesEXT
impl Clone for MemoryHostPointerPropertiesEXT
Source§fn clone(&self) -> MemoryHostPointerPropertiesEXT
fn clone(&self) -> MemoryHostPointerPropertiesEXT
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 moreimpl Copy for MemoryHostPointerPropertiesEXT
Auto Trait Implementations§
impl Freeze for MemoryHostPointerPropertiesEXT
impl RefUnwindSafe for MemoryHostPointerPropertiesEXT
impl !Send for MemoryHostPointerPropertiesEXT
impl !Sync for MemoryHostPointerPropertiesEXT
impl Unpin for MemoryHostPointerPropertiesEXT
impl UnsafeUnpin for MemoryHostPointerPropertiesEXT
impl UnwindSafe for MemoryHostPointerPropertiesEXT
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