#[repr(transparent)]pub struct PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
pub fn min_imported_host_pointer_alignment(
self,
min_imported_host_pointer_alignment: u64
) -> PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceExternalMemoryHostPropertiesEXT
pub fn build(self) -> PhysicalDeviceExternalMemoryHostPropertiesEXT
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
sourceimpl<'a> Deref for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
type Target = PhysicalDeviceExternalMemoryHostPropertiesEXT
type Target = PhysicalDeviceExternalMemoryHostPropertiesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsPhysicalDeviceProperties2 for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
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