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