[][src]Struct rate_common::clause::TaggedUSize

pub struct TaggedUSize(_);

Value with size_of::<usize>() - 2 bits of payload and 2 flag bits

Methods

impl TaggedUSize[src]

pub const MASK1: usize[src]

pub const MASK2: usize[src]

pub fn new(payload: usize) -> TaggedUSize[src]

pub fn with_bit1(self) -> TaggedUSize[src]

pub fn with_bit2(self) -> TaggedUSize[src]

pub fn payload(self) -> usize[src]

pub fn bit1(self) -> bool[src]

pub fn bit2(self) -> bool[src]

Trait Implementations

impl Clone for TaggedUSize[src]

impl Copy for TaggedUSize[src]

impl Default for TaggedUSize[src]

impl Eq for TaggedUSize[src]

impl Ord for TaggedUSize[src]

impl PartialEq<TaggedUSize> for TaggedUSize[src]

impl PartialOrd<TaggedUSize> for TaggedUSize[src]

impl Debug for TaggedUSize[src]

Auto Trait Implementations

Blanket Implementations

impl<T> HeapSpace for T where
    T: Copy
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]