pub struct PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
pub fn external_memory_rdma(self, external_memory_rdma: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceExternalMemoryRDMAFeaturesNV
pub fn build(self) -> PhysicalDeviceExternalMemoryRDMAFeaturesNV
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 PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceExternalMemoryRDMAFeaturesNVBuilder<'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