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