Enum rustc_ast::ast::LitIntType
source · [−]Expand description
Type of the integer literal based on provided suffix.
Variants
Signed(IntTy)
e.g. 42_i32
.
Unsigned(UintTy)
e.g. 42_u32
.
Unsuffixed
e.g. 42
.
Trait Implementations
sourceimpl Clone for LitIntType
impl Clone for LitIntType
sourcefn clone(&self) -> LitIntType
fn clone(&self) -> LitIntType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LitIntType
impl Debug for LitIntType
sourceimpl Hash for LitIntType
impl Hash for LitIntType
sourceimpl<__CTX> HashStable<__CTX> for LitIntTypewhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for LitIntTypewhere
__CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
sourceimpl PartialEq<LitIntType> for LitIntType
impl PartialEq<LitIntType> for LitIntType
sourcefn eq(&self, other: &LitIntType) -> bool
fn eq(&self, other: &LitIntType) -> bool
impl Copy for LitIntType
impl Eq for LitIntType
impl StructuralEq for LitIntType
impl StructuralPartialEq for LitIntType
Auto Trait Implementations
impl RefUnwindSafe for LitIntType
impl Send for LitIntType
impl Sync for LitIntType
impl Unpin for LitIntType
impl UnwindSafe for LitIntType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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: 2 bytes
Size for each variant:
Signed
: 1 byteUnsigned
: 1 byteUnsuffixed
: 0 bytes