Struct bee_ternary::t4b1::T4B1[][src]

#[repr(transparent)]pub struct T4B1(_);

An encoding scheme slice that uses a single byte to represent four trits.

Trait Implementations

impl RawEncoding for T4B1[src]

type Trit = Btrit

The type of trit associated with this trit encoding.

type Buf = T4B1Buf

The trit buffer encoding associated with this trit slice encoding.

Auto Trait Implementations

impl RefUnwindSafe for T4B1

impl Send for T4B1

impl !Sized for T4B1

impl Sync for T4B1

impl Unpin for T4B1

impl UnwindSafe for T4B1

Blanket Implementations

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

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

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