#[repr(C)]pub struct ks_engine { /* private fields */ }Expand description
Opaque type representing the Keystone engine
Auto Trait Implementations§
impl Freeze for ks_engine
impl RefUnwindSafe for ks_engine
impl Send for ks_engine
impl Sync for ks_engine
impl Unpin for ks_engine
impl UnwindSafe for ks_engine
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more