#[repr(C)]pub struct ImageViewMinLodCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub min_lod: f32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidmin_lod: f32Implementations
sourceimpl ImageViewMinLodCreateInfoEXT
impl ImageViewMinLodCreateInfoEXT
pub fn builder<'a>() -> ImageViewMinLodCreateInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for ImageViewMinLodCreateInfoEXT
impl Clone for ImageViewMinLodCreateInfoEXT
sourcefn clone(&self) -> ImageViewMinLodCreateInfoEXT
fn clone(&self) -> ImageViewMinLodCreateInfoEXT
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 Debug for ImageViewMinLodCreateInfoEXT
impl Debug for ImageViewMinLodCreateInfoEXT
sourceimpl Default for ImageViewMinLodCreateInfoEXT
impl Default for ImageViewMinLodCreateInfoEXT
sourcefn default() -> ImageViewMinLodCreateInfoEXT
fn default() -> ImageViewMinLodCreateInfoEXT
Returns the “default value” for a type. Read more
impl Copy for ImageViewMinLodCreateInfoEXT
impl ExtendsImageViewCreateInfo for ImageViewMinLodCreateInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for ImageViewMinLodCreateInfoEXT
impl !Send for ImageViewMinLodCreateInfoEXT
impl !Sync for ImageViewMinLodCreateInfoEXT
impl Unpin for ImageViewMinLodCreateInfoEXT
impl UnwindSafe for ImageViewMinLodCreateInfoEXT
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