Struct randen::U128A[][src]

pub struct U128A(_);

Aligned 128 bits wrapper.

Trait Implementations

impl Copy for U128A
[src]

impl Clone for U128A
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for U128A
[src]

Formats the value using the given formatter. Read more

impl Eq for U128A
[src]

impl PartialEq for U128A
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl BitXorAssign for U128A
[src]

Performs the ^= operation.

Auto Trait Implementations

impl Send for U128A

impl Sync for U128A