Struct cryptsetup::CryptDevice [] [src]

pub struct CryptDevice<'cb, Cb: 'cb> { /* fields omitted */ }

Methods

impl CryptDevice<'static, ()>
[src]

impl<'cb, Cb> CryptDevice<'cb, Cb>
[src]

Trait Implementations

impl<'cb, Cb> Drop for CryptDevice<'cb, Cb>
[src]

A method called when the value goes out of scope. Read more