#[repr(C)]pub struct Hashtable_bucket {
pub key: IlInstance,
pub val: IlInstance,
pub hash_coll: i32,
}Expand description
Fields§
§key: IlInstance§val: IlInstance§hash_coll: i32Trait Implementations§
Source§impl ClassIdentity for Hashtable_bucket
impl ClassIdentity for Hashtable_bucket
Source§impl Clone for Hashtable_bucket
impl Clone for Hashtable_bucket
Source§fn clone(&self) -> Hashtable_bucket
fn clone(&self) -> Hashtable_bucket
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Hashtable_bucket
Auto Trait Implementations§
impl Freeze for Hashtable_bucket
impl RefUnwindSafe for Hashtable_bucket
impl !Send for Hashtable_bucket
impl !Sync for Hashtable_bucket
impl Unpin for Hashtable_bucket
impl UnwindSafe for Hashtable_bucket
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)