Type Alias rustc_index::bit_set::Word

source ·
type Word = u64;

Trait Implementations§

source§

impl FiniteBitSetTy for u64

source§

const DOMAIN_SIZE: u32 = 64u32

Size of the domain representable by this type, e.g. 64 for u64.
source§

const FILLED: Self = 18_446_744_073_709_551_615u64

Value which represents the FiniteBitSet having every bit set.
source§

const EMPTY: Self = 0u64

Value which represents the FiniteBitSet having no bits set.
source§

const ONE: Self = 1u64

Value for one as the integral type.
source§

const ZERO: Self = 0u64

Value for zero as the integral type.
source§

fn checked_shl(self, rhs: u32) -> Option<Self>

Perform a checked left shift on the integral type.
source§

fn checked_shr(self, rhs: u32) -> Option<Self>

Perform a checked right shift on the integral type.

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: 8 bytes