pub struct VulkanExtDepthClampControl {}Expand description
struct for VK_EXT_depth_clamp_control
Implementations§
Source§impl VulkanExtDepthClampControl
impl VulkanExtDepthClampControl
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanExtDepthClampControl
impl Clone for VulkanExtDepthClampControl
Source§fn clone(&self) -> VulkanExtDepthClampControl
fn clone(&self) -> VulkanExtDepthClampControl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanExtDepthClampControl
Source§impl Debug for VulkanExtDepthClampControl
impl Debug for VulkanExtDepthClampControl
Source§impl Default for VulkanExtDepthClampControl
impl Default for VulkanExtDepthClampControl
Source§fn default() -> VulkanExtDepthClampControl
fn default() -> VulkanExtDepthClampControl
Returns the “default value” for a type. Read more
impl VK_EXT_depth_clamp_control for VulkanExtDepthClampControl
Auto Trait Implementations§
impl Freeze for VulkanExtDepthClampControl
impl RefUnwindSafe for VulkanExtDepthClampControl
impl Send for VulkanExtDepthClampControl
impl Sync for VulkanExtDepthClampControl
impl Unpin for VulkanExtDepthClampControl
impl UnsafeUnpin for VulkanExtDepthClampControl
impl UnwindSafe for VulkanExtDepthClampControl
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