pub struct VkPipelineRasterizationDepthClipStateCreateFlags {}
Expand description
Wrapper for VkPipelineRasterizationDepthClipStateCreateFlagsEXT.
Use the macro VkPipelineRasterizationDepthClipStateCreateFlags!
as an alternative method to create a structure. For example, these two snippets return the same value:
VkPipelineRasterizationDepthClipStateCreateFlags!()
VkPipelineRasterizationDepthClipStateCreateFlags {
}
Implementations§
Trait Implementations§
Source§impl Clone for VkPipelineRasterizationDepthClipStateCreateFlags
impl Clone for VkPipelineRasterizationDepthClipStateCreateFlags
Source§fn clone(&self) -> VkPipelineRasterizationDepthClipStateCreateFlags
fn clone(&self) -> VkPipelineRasterizationDepthClipStateCreateFlags
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 Default for VkPipelineRasterizationDepthClipStateCreateFlags
impl Default for VkPipelineRasterizationDepthClipStateCreateFlags
Source§fn default() -> VkPipelineRasterizationDepthClipStateCreateFlags
fn default() -> VkPipelineRasterizationDepthClipStateCreateFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkPipelineRasterizationDepthClipStateCreateFlags
impl RefUnwindSafe for VkPipelineRasterizationDepthClipStateCreateFlags
impl Send for VkPipelineRasterizationDepthClipStateCreateFlags
impl Sync for VkPipelineRasterizationDepthClipStateCreateFlags
impl Unpin for VkPipelineRasterizationDepthClipStateCreateFlags
impl UnwindSafe for VkPipelineRasterizationDepthClipStateCreateFlags
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