#[repr(C)]pub struct DigestHandle(/* private fields */);
Expand description
Begin functionality for building a C-compatible library
Opaque type for C for use in FFI
Auto Trait Implementations§
impl Freeze for DigestHandle
impl RefUnwindSafe for DigestHandle
impl !Send for DigestHandle
impl !Sync for DigestHandle
impl Unpin for DigestHandle
impl UnwindSafe for DigestHandle
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