#[repr(C)]pub struct TextureLODGatherFormatPropertiesAMD {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supports_texture_gather_lod_bias_amd: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidsupports_texture_gather_lod_bias_amd: u32Implementations
sourceimpl TextureLODGatherFormatPropertiesAMD
impl TextureLODGatherFormatPropertiesAMD
pub fn builder<'a>() -> TextureLODGatherFormatPropertiesAMDBuilder<'a>
Trait Implementations
sourceimpl Clone for TextureLODGatherFormatPropertiesAMD
impl Clone for TextureLODGatherFormatPropertiesAMD
sourcefn clone(&self) -> TextureLODGatherFormatPropertiesAMD
fn clone(&self) -> TextureLODGatherFormatPropertiesAMD
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for TextureLODGatherFormatPropertiesAMD
impl Default for TextureLODGatherFormatPropertiesAMD
sourcefn default() -> TextureLODGatherFormatPropertiesAMD
fn default() -> TextureLODGatherFormatPropertiesAMD
Returns the “default value” for a type. Read more
impl Copy for TextureLODGatherFormatPropertiesAMD
impl ExtendsImageFormatProperties2 for TextureLODGatherFormatPropertiesAMD
Auto Trait Implementations
impl RefUnwindSafe for TextureLODGatherFormatPropertiesAMD
impl !Send for TextureLODGatherFormatPropertiesAMD
impl !Sync for TextureLODGatherFormatPropertiesAMD
impl Unpin for TextureLODGatherFormatPropertiesAMD
impl UnwindSafe for TextureLODGatherFormatPropertiesAMD
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