#[repr(transparent)]
pub struct T5B1(_);
Expand description

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

Trait Implementations

The type of trit associated with this trit encoding.
The trit buffer encoding associated with this trit slice encoding.
The number of trits that fit into this trit slice encoding.
Get an empty slice of this encoding
Get the number of trits in this buffer
Interpret the raw data of this encoding as a slice of i8.
Interpret the raw data of this encoding as a mutable slice of i8.
Get the trit at the given index
Set the trit at the given index
Get a slice of this slice
Get a mutable slice of this slice
Decide whether a byte is a valid series of trits in this encoding
Unsafely reinterpret a slice of bytes as trit slice
Unsafely reinterpret a slice of bytes as trit slice

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more