pub struct PhysicalDeviceDepthClampZeroOneFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub depth_clamp_zero_one: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§depth_clamp_zero_one: u32Implementations§
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 Default for PhysicalDeviceDepthClampZeroOneFeaturesEXT
impl Default for PhysicalDeviceDepthClampZeroOneFeaturesEXT
source§fn default() -> PhysicalDeviceDepthClampZeroOneFeaturesEXT
fn default() -> PhysicalDeviceDepthClampZeroOneFeaturesEXT
Returns the “default value” for a type. Read more