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