Enum syntax::attr::IntType [−][src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
SignedInt(IntTy)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
UnsignedInt(UintTy)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Methods
impl IntType[src]
impl IntTypepub fn is_signed(self) -> bool[src]
pub fn is_signed(self) -> bool🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Eq for IntType[src]
impl Eq for IntTypefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Hash for IntType[src]
impl Hash for IntTypefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for IntType[src]
impl PartialEq for IntTypefn eq(&self, other: &IntType) -> bool[src]
fn eq(&self, other: &IntType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IntType) -> bool[src]
fn ne(&self, other: &IntType) -> boolThis method tests for !=.
impl Debug for IntType[src]
impl Debug for IntTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Encodable for IntType[src]
impl Encodable for IntTypefn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Decodable for IntType[src]
impl Decodable for IntTypefn decode<__D: Decoder>(d: &mut __D) -> Result<IntType, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<IntType, __D::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Copy for IntType[src]
impl Copy for IntTypeimpl Clone for IntType[src]
impl Clone for IntType