#[repr(C)]pub struct PhysicalDeviceCornerSampledImageFeaturesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub corner_sampled_image: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§corner_sampled_image: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceCornerSampledImageFeaturesNV<'a>
impl<'a> PhysicalDeviceCornerSampledImageFeaturesNV<'a>
pub fn corner_sampled_image(self, corner_sampled_image: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
impl<'a> Clone for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
source§fn clone(&self) -> PhysicalDeviceCornerSampledImageFeaturesNV<'a>
fn clone(&self) -> PhysicalDeviceCornerSampledImageFeaturesNV<'a>
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<'a> Debug for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
impl<'a> Debug for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
source§impl Default for PhysicalDeviceCornerSampledImageFeaturesNV<'_>
impl Default for PhysicalDeviceCornerSampledImageFeaturesNV<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_CORNER_SAMPLED_IMAGE_FEATURES_NV
impl<'a> Copy for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceCornerSampledImageFeaturesNV<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCornerSampledImageFeaturesNV<'_>
impl Send for PhysicalDeviceCornerSampledImageFeaturesNV<'_>
impl Sync for PhysicalDeviceCornerSampledImageFeaturesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
impl<'a> Unpin for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceCornerSampledImageFeaturesNV<'a>
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