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