Struct gcrypt::mac::Mac[][src]

pub struct Mac(_);

Methods

impl Mac
[src]

Trait Implementations

impl Debug for Mac
[src]

Formats the value using the given formatter. Read more

impl Drop for Mac
[src]

Executes the destructor for this type. Read more

impl Write for Mac
[src]

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Important traits for &'a mut R

Creates a "by reference" adaptor for this instance of Write. Read more

Auto Trait Implementations

impl !Send for Mac

impl !Sync for Mac