#[repr(C)]pub struct PhysicalDeviceImageViewMinLodFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub min_lod: u32,
}Expand description
VkPhysicalDeviceImageViewMinLodFeaturesEXT
Provided by VK_EXT_image_view_min_lod.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_MIN_LOD_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
min_lod: u32Implementations§
Source§impl PhysicalDeviceImageViewMinLodFeaturesEXT
impl PhysicalDeviceImageViewMinLodFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceImageViewMinLodFeaturesEXT
impl Clone for PhysicalDeviceImageViewMinLodFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceImageViewMinLodFeaturesEXT
fn clone(&self) -> PhysicalDeviceImageViewMinLodFeaturesEXT
Returns a duplicate 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 Default for PhysicalDeviceImageViewMinLodFeaturesEXT
impl Default for PhysicalDeviceImageViewMinLodFeaturesEXT
Source§fn default() -> PhysicalDeviceImageViewMinLodFeaturesEXT
fn default() -> PhysicalDeviceImageViewMinLodFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceImageViewMinLodFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceImageViewMinLodFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImageViewMinLodFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageViewMinLodFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceImageViewMinLodFeaturesEXT
impl !Send for PhysicalDeviceImageViewMinLodFeaturesEXT
impl !Sync for PhysicalDeviceImageViewMinLodFeaturesEXT
impl Unpin for PhysicalDeviceImageViewMinLodFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceImageViewMinLodFeaturesEXT
impl UnwindSafe for PhysicalDeviceImageViewMinLodFeaturesEXT
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