[][src]Struct libcryptsetup_rs::CryptRuntime

pub struct CryptRuntime<'a> { /* fields omitted */ }

Handle for runtime attribute options

Implementations

impl<'a> CryptRuntime<'a>[src]

pub fn get_active_device(&mut self) -> Result<ActiveDevice, LibcryptErr>[src]

Get active crypt device attributes

pub fn get_active_integrity_failures(&mut self) -> Result<u64, LibcryptErr>[src]

Get detected number of integrity failures

Auto Trait Implementations

impl<'a> RefUnwindSafe for CryptRuntime<'a>

impl<'a> !Send for CryptRuntime<'a>

impl<'a> !Sync for CryptRuntime<'a>

impl<'a> Unpin for CryptRuntime<'a>

impl<'a> !UnwindSafe for CryptRuntime<'a>

Blanket Implementations

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

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

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

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.