Struct ash::vk::MemoryHostPointerPropertiesEXTBuilder
source · pub struct MemoryHostPointerPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> MemoryHostPointerPropertiesEXTBuilder<'a>
impl<'a> MemoryHostPointerPropertiesEXTBuilder<'a>
pub fn memory_type_bits(self, memory_type_bits: u32) -> Self
sourcepub fn build(self) -> MemoryHostPointerPropertiesEXT
pub fn build(self) -> MemoryHostPointerPropertiesEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for MemoryHostPointerPropertiesEXTBuilder<'a>
impl<'a> Deref for MemoryHostPointerPropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for MemoryHostPointerPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for MemoryHostPointerPropertiesEXTBuilder<'a>
impl<'a> !Send for MemoryHostPointerPropertiesEXTBuilder<'a>
impl<'a> !Sync for MemoryHostPointerPropertiesEXTBuilder<'a>
impl<'a> Unpin for MemoryHostPointerPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for MemoryHostPointerPropertiesEXTBuilder<'a>
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