pub struct ShadowAtlasQuadrantSubdiv(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl ShadowAtlasQuadrantSubdiv
impl ShadowAtlasQuadrantSubdiv
pub const DISABLED: ShadowAtlasQuadrantSubdiv
pub const _1: ShadowAtlasQuadrantSubdiv
pub const _4: ShadowAtlasQuadrantSubdiv
pub const _16: ShadowAtlasQuadrantSubdiv
pub const _64: ShadowAtlasQuadrantSubdiv
pub const _256: ShadowAtlasQuadrantSubdiv
pub const _1024: ShadowAtlasQuadrantSubdiv
pub const MAX: ShadowAtlasQuadrantSubdiv
Trait Implementations§
Source§impl Clone for ShadowAtlasQuadrantSubdiv
impl Clone for ShadowAtlasQuadrantSubdiv
Source§fn clone(&self) -> ShadowAtlasQuadrantSubdiv
fn clone(&self) -> ShadowAtlasQuadrantSubdiv
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 ShadowAtlasQuadrantSubdiv
impl Debug for ShadowAtlasQuadrantSubdiv
Source§impl From<i64> for ShadowAtlasQuadrantSubdiv
impl From<i64> for ShadowAtlasQuadrantSubdiv
Source§fn from(v: i64) -> ShadowAtlasQuadrantSubdiv
fn from(v: i64) -> ShadowAtlasQuadrantSubdiv
Converts to this type from the input type.
Source§impl FromVariant for ShadowAtlasQuadrantSubdiv
impl FromVariant for ShadowAtlasQuadrantSubdiv
fn from_variant( v: &Variant, ) -> Result<ShadowAtlasQuadrantSubdiv, FromVariantError>
Source§impl Hash for ShadowAtlasQuadrantSubdiv
impl Hash for ShadowAtlasQuadrantSubdiv
Source§impl Ord for ShadowAtlasQuadrantSubdiv
impl Ord for ShadowAtlasQuadrantSubdiv
Source§fn cmp(&self, other: &ShadowAtlasQuadrantSubdiv) -> Ordering
fn cmp(&self, other: &ShadowAtlasQuadrantSubdiv) -> 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 PartialOrd for ShadowAtlasQuadrantSubdiv
impl PartialOrd for ShadowAtlasQuadrantSubdiv
impl Copy for ShadowAtlasQuadrantSubdiv
impl Eq for ShadowAtlasQuadrantSubdiv
impl StructuralPartialEq for ShadowAtlasQuadrantSubdiv
Auto Trait Implementations§
impl Freeze for ShadowAtlasQuadrantSubdiv
impl RefUnwindSafe for ShadowAtlasQuadrantSubdiv
impl Send for ShadowAtlasQuadrantSubdiv
impl Sync for ShadowAtlasQuadrantSubdiv
impl Unpin for ShadowAtlasQuadrantSubdiv
impl UnwindSafe for ShadowAtlasQuadrantSubdiv
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.