#[repr(transparent)]pub struct PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
impl<'a> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
pub fn pageable_device_local_memory(
self,
pageable_device_local_memory: bool
) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
type Target = PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
type Target = PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'_>
Auto Trait Implementations
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
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