[][src]Struct gimli_aead::Process

pub struct Process<M> { /* fields omitted */ }

Methods

impl Process<Encrypt>[src]

pub fn process(self, buf: &mut [u8], tag: &mut [u8; 16])[src]

impl Process<Decrypt>[src]

pub fn process(self, buf: &mut [u8], tag: &[u8; 16]) -> bool[src]

Auto Trait Implementations

impl<M> Sync for Process<M> where
    M: Sync

impl<M> Send for Process<M> where
    M: Send

impl<M> Unpin for Process<M> where
    M: Unpin

impl<M> RefUnwindSafe for Process<M> where
    M: RefUnwindSafe

impl<M> UnwindSafe for Process<M> where
    M: UnwindSafe

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]