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