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