Struct screen_13::prelude::vk::ImageViewMinLodCreateInfoEXT
source · 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 moresource§impl Debug for ImageViewMinLodCreateInfoEXT
impl Debug for ImageViewMinLodCreateInfoEXT
source§impl Default for ImageViewMinLodCreateInfoEXT
impl Default for ImageViewMinLodCreateInfoEXT
source§fn default() -> ImageViewMinLodCreateInfoEXT
fn default() -> ImageViewMinLodCreateInfoEXT
Returns the “default value” for a type. Read more