Struct ctaes_sys::AESGCMState [] [src]

pub struct AESGCMState(pub [u16; 8]);

Trait Implementations

impl Debug for AESGCMState
[src]

[src]

Formats the value using the given formatter.

impl Copy for AESGCMState
[src]

impl Clone for AESGCMState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for AESGCMState
[src]

[src]

Returns the "default value" for a type. Read more