#[repr(C)]pub struct KsEngine { /* private fields */ }Expand description
Opaque type for the keystone engine.
Auto Trait Implementations§
impl Freeze for KsEngine
impl RefUnwindSafe for KsEngine
impl !Send for KsEngine
impl !Sync for KsEngine
impl !Unpin for KsEngine
impl UnwindSafe for KsEngine
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