Enum rustc_ast::ast::LitIntType
source · pub enum LitIntType {
Signed(IntTy),
Unsigned(UintTy),
Unsuffixed,
}
Expand description
Type of the integer literal based on provided suffix.
Variants§
Trait Implementations§
source§impl Clone for LitIntType
impl Clone for LitIntType
source§fn clone(&self) -> LitIntType
fn clone(&self) -> LitIntType
Returns a copy 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 LitIntType
impl Debug for LitIntType
source§impl<__D: Decoder> Decodable<__D> for LitIntType
impl<__D: Decoder> Decodable<__D> for LitIntType
source§impl Hash for LitIntType
impl Hash for LitIntType
source§impl<__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)
source§impl PartialEq<LitIntType> for LitIntType
impl PartialEq<LitIntType> for LitIntType
source§fn eq(&self, other: &LitIntType) -> bool
fn eq(&self, other: &LitIntType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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: 2 bytes
Size for each variant:
Signed
: 1 byteUnsigned
: 1 byteUnsuffixed
: 0 bytes