[][src]Struct iota_ternary_preview::t3b1::T3B1

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

Trait Implementations

impl RawEncoding for T3B1[src]

type Trit = Btrit

type Buf = T3B1Buf

Auto Trait Implementations

impl RefUnwindSafe for T3B1

impl Send for T3B1

impl Sync for T3B1

impl Unpin for T3B1

impl UnwindSafe for T3B1

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]