Struct bluetooth_hci::host::PlaintextBlock[][src]

pub struct PlaintextBlock(pub [u8; 16]);

Newtype for the plaintext data.

See AesParameters.

Trait Implementations

impl Clone for PlaintextBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlaintextBlock
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations