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