Struct nibble::pair::U4HiCell [] [src]

#[repr(C)]
pub struct U4HiCell { /* fields omitted */ }

A cell for mutating a high-order nibble.

Trait Implementations

impl Clone for U4HiCell
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl U4Cell for U4HiCell
[src]

[src]

Gets a high-order version of the nibble in this cell.

[src]

Gets a low-order version of the nibble in this cell.

[src]

Sets the value of the nibble in this cell, given a high-order nibble.

[src]

Sets the value of the nibble in this cell, given a low-order nibble.

[src]

Sets the value of the nibble in this cell, given a generic nibble. Read more

[src]

Swaps the nibble with the value of another nibble.

impl Debug for U4HiCell
[src]

[src]

Formats the value using the given formatter.