Type Definition exonum::encoding::Offset [] [src]

type Offset = u32;

Type alias usable for reference in buffer

Trait Implementations

impl Add<Offset> for CheckedOffset
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<Offset> for CheckedOffset
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul<Offset> for CheckedOffset
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div<Offset> for CheckedOffset
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl From<Offset> for CheckedOffset
[src]

[src]

Performs the conversion.

Auto Trait Implementations