Enum rustdoc::clean::PrimitiveType[][src]

pub enum PrimitiveType {
    Isize,
    I8,
    I16,
    I32,
    I64,
    I128,
    Usize,
    U8,
    U16,
    U32,
    U64,
    U128,
    F32,
    F64,
    Char,
    Bool,
    Str,
    Slice,
    Array,
    Tuple,
    Unit,
    RawPointer,
    Reference,
    Fn,
    Never,
}

Variants

Methods

impl PrimitiveType
[src]

Trait Implementations

impl Clone for PrimitiveType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for PrimitiveType
[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?

impl Decodable for PrimitiveType
[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?

impl PartialEq for PrimitiveType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PrimitiveType
[src]

impl Hash for PrimitiveType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for PrimitiveType
[src]

impl Debug for PrimitiveType
[src]

Formats the value using the given formatter. Read more

impl From<IntTy> for PrimitiveType
[src]

Performs the conversion.

impl From<UintTy> for PrimitiveType
[src]

Performs the conversion.

impl From<FloatTy> for PrimitiveType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for PrimitiveType

impl Sync for PrimitiveType