#[repr(C)]pub struct DepthClampRangeEXT {
pub min_depth_clamp: f32,
pub max_depth_clamp: f32,
}Expand description
Fields§
§min_depth_clamp: f32§max_depth_clamp: f32Implementations§
Source§impl DepthClampRangeEXT
impl DepthClampRangeEXT
pub fn min_depth_clamp(self, min_depth_clamp: f32) -> Self
pub fn max_depth_clamp(self, max_depth_clamp: f32) -> Self
Trait Implementations§
Source§impl Clone for DepthClampRangeEXT
impl Clone for DepthClampRangeEXT
Source§fn clone(&self) -> DepthClampRangeEXT
fn clone(&self) -> DepthClampRangeEXT
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 Debug for DepthClampRangeEXT
impl Debug for DepthClampRangeEXT
Source§impl Default for DepthClampRangeEXT
impl Default for DepthClampRangeEXT
Source§fn default() -> DepthClampRangeEXT
fn default() -> DepthClampRangeEXT
Returns the “default value” for a type. Read more
impl Copy for DepthClampRangeEXT
Auto Trait Implementations§
impl Freeze for DepthClampRangeEXT
impl RefUnwindSafe for DepthClampRangeEXT
impl Send for DepthClampRangeEXT
impl Sync for DepthClampRangeEXT
impl Unpin for DepthClampRangeEXT
impl UnwindSafe for DepthClampRangeEXT
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