Enum keybob::KeyType[][src]

#[repr(u32)]
pub enum KeyType { Aes128, Aes256, }

The type of key that should be created

Each key variant has a number value attached to it which represents the length of the key it represents.

Variants

Trait Implementations

impl Clone for KeyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for KeyType
[src]

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

This method tests for !=.

impl Eq for KeyType
[src]

impl Debug for KeyType
[src]

Formats the value using the given formatter. Read more

impl Display for KeyType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KeyType

impl Sync for KeyType