[][src]Struct rate_common::clause::Tagged32

pub struct Tagged32(_);

Value with 30 bit payload with 2 flag bits

Methods

impl Tagged32[src]

pub fn new(payload: u32) -> Tagged32[src]

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

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

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

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

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

Trait Implementations

impl Clone for Tagged32[src]

impl Copy for Tagged32[src]

impl Default for Tagged32[src]

impl Eq for Tagged32[src]

impl Ord for Tagged32[src]

impl PartialEq<Tagged32> for Tagged32[src]

impl PartialOrd<Tagged32> for Tagged32[src]

impl Debug for Tagged32[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]