Struct ipcrypt::State [] [src]

pub struct State(_, _, _, _);

The inner state permutations are build on. Input and Output types are converted to an from this type.

You could provide custom From and Into implementations for local types, and then use encrypt and decrypt directly on those types.

Trait Implementations

impl Clone for State
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for State
[src]

impl PartialEq for State
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for State
[src]

impl From<[u8; 4]> for State
[src]

[src]

Performs the conversion.

impl Into<[u8; 4]> for State
[src]

[src]

Performs the conversion.

impl From<Ipv4Addr> for State
[src]

[src]

Performs the conversion.

impl Into<Ipv4Addr> for State
[src]

[src]

Performs the conversion.

impl From<u32> for State
[src]

[src]

Performs the conversion.

impl Into<u32> for State
[src]

[src]

Performs the conversion.

impl BitXorAssign for State
[src]

[src]

Performs the ^= operation.