pub struct AreaSpaceOverrideMode(pub i64);
Tuple Fields§
§0: i64
Implementations§
Source§impl AreaSpaceOverrideMode
impl AreaSpaceOverrideMode
pub const DISABLED: AreaSpaceOverrideMode
pub const COMBINE: AreaSpaceOverrideMode
pub const COMBINE_REPLACE: AreaSpaceOverrideMode
pub const REPLACE: AreaSpaceOverrideMode
pub const REPLACE_COMBINE: AreaSpaceOverrideMode
Trait Implementations§
Source§impl Clone for AreaSpaceOverrideMode
impl Clone for AreaSpaceOverrideMode
Source§fn clone(&self) -> AreaSpaceOverrideMode
fn clone(&self) -> AreaSpaceOverrideMode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AreaSpaceOverrideMode
impl Debug for AreaSpaceOverrideMode
Source§impl From<AreaSpaceOverrideMode> for i64
impl From<AreaSpaceOverrideMode> for i64
Source§fn from(v: AreaSpaceOverrideMode) -> Self
fn from(v: AreaSpaceOverrideMode) -> Self
Converts to this type from the input type.
Source§impl From<i64> for AreaSpaceOverrideMode
impl From<i64> for AreaSpaceOverrideMode
Source§impl FromVariant for AreaSpaceOverrideMode
impl FromVariant for AreaSpaceOverrideMode
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for AreaSpaceOverrideMode
impl Hash for AreaSpaceOverrideMode
Source§impl Ord for AreaSpaceOverrideMode
impl Ord for AreaSpaceOverrideMode
Source§fn cmp(&self, other: &AreaSpaceOverrideMode) -> Ordering
fn cmp(&self, other: &AreaSpaceOverrideMode) -> 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 AreaSpaceOverrideMode
impl PartialEq for AreaSpaceOverrideMode
Source§impl PartialOrd for AreaSpaceOverrideMode
impl PartialOrd for AreaSpaceOverrideMode
impl Copy for AreaSpaceOverrideMode
impl Eq for AreaSpaceOverrideMode
impl StructuralPartialEq for AreaSpaceOverrideMode
Auto Trait Implementations§
impl Freeze for AreaSpaceOverrideMode
impl RefUnwindSafe for AreaSpaceOverrideMode
impl Send for AreaSpaceOverrideMode
impl Sync for AreaSpaceOverrideMode
impl Unpin for AreaSpaceOverrideMode
impl UnwindSafe for AreaSpaceOverrideMode
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.