#[repr(C)]pub struct PipelineViewportDepthClampControlCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub depth_clamp_mode: DepthClampModeEXT,
pub depth_clamp_range: *const DepthClampRangeEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§depth_clamp_mode: DepthClampModeEXT§depth_clamp_range: *const DepthClampRangeEXTTrait Implementations§
Source§impl Clone for PipelineViewportDepthClampControlCreateInfoEXT
impl Clone for PipelineViewportDepthClampControlCreateInfoEXT
Source§fn clone(&self) -> PipelineViewportDepthClampControlCreateInfoEXT
fn clone(&self) -> PipelineViewportDepthClampControlCreateInfoEXT
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 PartialEq for PipelineViewportDepthClampControlCreateInfoEXT
impl PartialEq for PipelineViewportDepthClampControlCreateInfoEXT
Source§fn eq(&self, other: &PipelineViewportDepthClampControlCreateInfoEXT) -> bool
fn eq(&self, other: &PipelineViewportDepthClampControlCreateInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PipelineViewportDepthClampControlCreateInfoEXT
impl Eq for PipelineViewportDepthClampControlCreateInfoEXT
impl Send for PipelineViewportDepthClampControlCreateInfoEXT
impl StructuralPartialEq for PipelineViewportDepthClampControlCreateInfoEXT
impl Sync for PipelineViewportDepthClampControlCreateInfoEXT
Auto Trait Implementations§
impl Freeze for PipelineViewportDepthClampControlCreateInfoEXT
impl RefUnwindSafe for PipelineViewportDepthClampControlCreateInfoEXT
impl Unpin for PipelineViewportDepthClampControlCreateInfoEXT
impl UnwindSafe for PipelineViewportDepthClampControlCreateInfoEXT
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