Enum clippy_utils::consts::FullInt
source · pub enum FullInt {
S(i128),
U(u128),
}
Variants§
Trait Implementations§
source§impl Ord for FullInt
impl Ord for FullInt
source§impl PartialEq<FullInt> for FullInt
impl PartialEq<FullInt> for FullInt
source§impl PartialOrd<FullInt> for FullInt
impl PartialOrd<FullInt> for FullInt
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for FullInt
impl Eq for FullInt
impl StructuralEq for FullInt
Auto Trait Implementations§
impl RefUnwindSafe for FullInt
impl Send for FullInt
impl Sync for FullInt
impl Unpin for FullInt
impl UnwindSafe for FullInt
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes
Size for each variant:
S
: 16 bytesU
: 16 bytes