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