Struct ash::vk::ImageViewMinLodCreateInfoEXT  
source · #[repr(C)]pub struct ImageViewMinLodCreateInfoEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub min_lod: f32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§min_lod: f32Implementations§
source§impl ImageViewMinLodCreateInfoEXT
 
impl ImageViewMinLodCreateInfoEXT
pub fn builder<'a>() -> ImageViewMinLodCreateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ImageViewMinLodCreateInfoEXT
 
impl Clone for ImageViewMinLodCreateInfoEXT
source§fn clone(&self) -> ImageViewMinLodCreateInfoEXT
 
fn clone(&self) -> ImageViewMinLodCreateInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more