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