#[repr(C)]pub struct PhysicalDeviceShaderImageFootprintFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_footprint: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§image_footprint: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceShaderImageFootprintFeaturesNV
impl Clone for PhysicalDeviceShaderImageFootprintFeaturesNV
source§fn clone(&self) -> PhysicalDeviceShaderImageFootprintFeaturesNV
fn clone(&self) -> PhysicalDeviceShaderImageFootprintFeaturesNV
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 TaggedStructure for PhysicalDeviceShaderImageFootprintFeaturesNV
impl TaggedStructure for PhysicalDeviceShaderImageFootprintFeaturesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_IMAGE_FOOTPRINT_FEATURES_NV
impl Copy for PhysicalDeviceShaderImageFootprintFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderImageFootprintFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderImageFootprintFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderImageFootprintFeaturesNV
impl RefUnwindSafe for PhysicalDeviceShaderImageFootprintFeaturesNV
impl !Send for PhysicalDeviceShaderImageFootprintFeaturesNV
impl !Sync for PhysicalDeviceShaderImageFootprintFeaturesNV
impl Unpin for PhysicalDeviceShaderImageFootprintFeaturesNV
impl UnwindSafe for PhysicalDeviceShaderImageFootprintFeaturesNV
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