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