pub struct TextureLODGatherFormatPropertiesAMDBuilder<'a> { /* private fields */ }Expand description
Builder for TextureLODGatherFormatPropertiesAMD with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> TextureLODGatherFormatPropertiesAMDBuilder<'a>
pub fn supports_texture_gather_lod_bias_amd(self, value: bool) -> Self
Trait Implementations§
Source§impl<'a> Deref for TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> Deref for TextureLODGatherFormatPropertiesAMDBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for TextureLODGatherFormatPropertiesAMDBuilder<'a>
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> UnsafeUnpin for TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> UnwindSafe for TextureLODGatherFormatPropertiesAMDBuilder<'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