#[repr(C)]pub struct hash_t {
pub prime: mp_limb_t,
pub next: mp_limb_t,
pub count: mp_limb_t,
}Fields§
§prime: mp_limb_t§next: mp_limb_t§count: mp_limb_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for hash_t
impl RefUnwindSafe for hash_t
impl Send for hash_t
impl Sync for hash_t
impl Unpin for hash_t
impl UnwindSafe for hash_t
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