#[repr(C)]pub struct hash_table {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for hash_table
impl Clone for hash_table
Source§fn clone(&self) -> hash_table
fn clone(&self) -> hash_table
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for hash_table
impl Debug for hash_table
impl Copy for hash_table
Auto Trait Implementations§
impl Freeze for hash_table
impl RefUnwindSafe for hash_table
impl Send for hash_table
impl Sync for hash_table
impl Unpin for hash_table
impl UnwindSafe for hash_table
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