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