pub struct ShadowDepthRange(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl ShadowDepthRange
impl ShadowDepthRange
pub const STABLE: ShadowDepthRange
pub const OPTIMIZED: ShadowDepthRange
Trait Implementations§
Source§impl Clone for ShadowDepthRange
impl Clone for ShadowDepthRange
Source§fn clone(&self) -> ShadowDepthRange
fn clone(&self) -> ShadowDepthRange
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 ShadowDepthRange
impl Debug for ShadowDepthRange
Source§impl From<ShadowDepthRange> for i64
impl From<ShadowDepthRange> for i64
Source§fn from(v: ShadowDepthRange) -> Self
fn from(v: ShadowDepthRange) -> Self
Converts to this type from the input type.
Source§impl From<i64> for ShadowDepthRange
impl From<i64> for ShadowDepthRange
Source§impl FromVariant for ShadowDepthRange
impl FromVariant for ShadowDepthRange
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for ShadowDepthRange
impl Hash for ShadowDepthRange
Source§impl Ord for ShadowDepthRange
impl Ord for ShadowDepthRange
Source§fn cmp(&self, other: &ShadowDepthRange) -> Ordering
fn cmp(&self, other: &ShadowDepthRange) -> 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 ShadowDepthRange
impl PartialEq for ShadowDepthRange
Source§impl PartialOrd for ShadowDepthRange
impl PartialOrd for ShadowDepthRange
impl Copy for ShadowDepthRange
impl Eq for ShadowDepthRange
impl StructuralPartialEq for ShadowDepthRange
Auto Trait Implementations§
impl Freeze for ShadowDepthRange
impl RefUnwindSafe for ShadowDepthRange
impl Send for ShadowDepthRange
impl Sync for ShadowDepthRange
impl Unpin for ShadowDepthRange
impl UnwindSafe for ShadowDepthRange
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.