Struct kcapi_sys::kcapi_handle
source · [−]#[repr(C)]pub struct kcapi_handle { /* private fields */ }Trait Implementations
sourceimpl Clone for kcapi_handle
impl Clone for kcapi_handle
sourcefn clone(&self) -> kcapi_handle
fn clone(&self) -> kcapi_handle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for kcapi_handle
impl Debug for kcapi_handle
impl Copy for kcapi_handle
Auto Trait Implementations
impl RefUnwindSafe for kcapi_handle
impl Send for kcapi_handle
impl Sync for kcapi_handle
impl Unpin for kcapi_handle
impl UnwindSafe for kcapi_handle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more