#[repr(C)]pub struct VkPhysicalDeviceDepthClampZeroOneFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub depthClampZeroOne: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§depthClampZeroOne: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
impl Clone for VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
Source§fn clone(&self) -> VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
fn clone(&self) -> VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
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 VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
impl RefUnwindSafe for VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
impl !Send for VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
impl !Sync for VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
impl Unpin for VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
impl UnwindSafe for VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
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