#[repr(C)]pub struct hash_t {
pub prime: ulong,
pub next: ulong,
pub count: ulong,
}Fields§
§prime: ulong§next: ulong§count: ulongTrait 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 UnsafeUnpin 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