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: f32
Implementations§
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 TaggedStructure for ImageViewMinLodCreateInfoEXT
impl TaggedStructure for ImageViewMinLodCreateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_VIEW_MIN_LOD_CREATE_INFO_EXT
impl Copy for ImageViewMinLodCreateInfoEXT
impl ExtendsImageViewCreateInfo for ImageViewMinLodCreateInfoEXT
Auto Trait Implementations§
impl Freeze for ImageViewMinLodCreateInfoEXT
impl RefUnwindSafe for ImageViewMinLodCreateInfoEXT
impl !Send for ImageViewMinLodCreateInfoEXT
impl !Sync for ImageViewMinLodCreateInfoEXT
impl Unpin for ImageViewMinLodCreateInfoEXT
impl UnwindSafe for ImageViewMinLodCreateInfoEXT
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