Struct secmem_proc::harden::HardenError [−][src]
pub struct HardenError<E: SysErr>(_);Expand description
Error hardening process.
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for HardenError<E> where
E: RefUnwindSafe,
impl<E> Send for HardenError<E> where
E: Send,
impl<E> Sync for HardenError<E> where
E: Sync,
impl<E> Unpin for HardenError<E> where
E: Unpin,
impl<E> UnwindSafe for HardenError<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more