Module zordon::types[][src]

Expand description

zordon types

Contains all of the custom types implemented by zordon.

Structs

ArrayView

A mutable array view for type [u8; L] where L is a const.

BigEnd

Marker type used with MulByteView as the E in MulByteView<’a, T, E> to specify a big endian view.

ByteView

A mutable byte view for type T where the length of the view is always 1.

LitEnd

Marker type used with MulByteView as the E in MulByteView<’a, T, E> to specify a little endian view.

MulByteView

A mutable multi byte view for type T where the length of the view varies depending on T.

Traits

ModByteView

For getting/setting single byte values.

ModMulByteView

For getting/setting multi byte values.