#[repr(C)]pub struct PhysicalDeviceCubicWeightsFeaturesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub selectable_cubic_weights: u32,
}Expand description
VkPhysicalDeviceCubicWeightsFeaturesQCOM
Provided by VK_QCOM_filter_cubic_weights.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUBIC_WEIGHTS_FEATURES_QCOM.
p_next: *mut c_voidOptional, may be null.
selectable_cubic_weights: u32Implementations§
Source§impl PhysicalDeviceCubicWeightsFeaturesQCOM
impl PhysicalDeviceCubicWeightsFeaturesQCOM
Sourcepub fn builder<'a>() -> PhysicalDeviceCubicWeightsFeaturesQCOMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceCubicWeightsFeaturesQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceCubicWeightsFeaturesQCOM
impl Clone for PhysicalDeviceCubicWeightsFeaturesQCOM
Source§fn clone(&self) -> PhysicalDeviceCubicWeightsFeaturesQCOM
fn clone(&self) -> PhysicalDeviceCubicWeightsFeaturesQCOM
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 moreimpl Copy for PhysicalDeviceCubicWeightsFeaturesQCOM
impl ExtendsDeviceCreateInfo for PhysicalDeviceCubicWeightsFeaturesQCOM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCubicWeightsFeaturesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCubicWeightsFeaturesQCOM
impl RefUnwindSafe for PhysicalDeviceCubicWeightsFeaturesQCOM
impl !Send for PhysicalDeviceCubicWeightsFeaturesQCOM
impl !Sync for PhysicalDeviceCubicWeightsFeaturesQCOM
impl Unpin for PhysicalDeviceCubicWeightsFeaturesQCOM
impl UnsafeUnpin for PhysicalDeviceCubicWeightsFeaturesQCOM
impl UnwindSafe for PhysicalDeviceCubicWeightsFeaturesQCOM
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