pub struct DepthClampModeEXT(/* private fields */);Expand description
Implementations§
Source§impl DepthClampModeEXT
impl DepthClampModeEXT
pub const VIEWPORT_RANGE: Self
pub const USER_DEFINED_RANGE: Self
Trait Implementations§
Source§impl Clone for DepthClampModeEXT
impl Clone for DepthClampModeEXT
Source§fn clone(&self) -> DepthClampModeEXT
fn clone(&self) -> DepthClampModeEXT
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 DepthClampModeEXT
impl Debug for DepthClampModeEXT
Source§impl Default for DepthClampModeEXT
impl Default for DepthClampModeEXT
Source§fn default() -> DepthClampModeEXT
fn default() -> DepthClampModeEXT
Returns the “default value” for a type. Read more
Source§impl Hash for DepthClampModeEXT
impl Hash for DepthClampModeEXT
Source§impl Ord for DepthClampModeEXT
impl Ord for DepthClampModeEXT
Source§fn cmp(&self, other: &DepthClampModeEXT) -> Ordering
fn cmp(&self, other: &DepthClampModeEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DepthClampModeEXT
impl PartialEq for DepthClampModeEXT
Source§impl PartialOrd for DepthClampModeEXT
impl PartialOrd for DepthClampModeEXT
impl Copy for DepthClampModeEXT
impl Eq for DepthClampModeEXT
impl StructuralPartialEq for DepthClampModeEXT
Auto Trait Implementations§
impl Freeze for DepthClampModeEXT
impl RefUnwindSafe for DepthClampModeEXT
impl Send for DepthClampModeEXT
impl Sync for DepthClampModeEXT
impl Unpin for DepthClampModeEXT
impl UnwindSafe for DepthClampModeEXT
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