#[repr(C)]pub struct t_hashtable_item {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for t_hashtable_item
impl Clone for t_hashtable_item
Source§fn clone(&self) -> t_hashtable_item
fn clone(&self) -> t_hashtable_item
Returns a duplicate 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 t_hashtable_item
impl Debug for t_hashtable_item
impl Copy for t_hashtable_item
Auto Trait Implementations§
impl Freeze for t_hashtable_item
impl RefUnwindSafe for t_hashtable_item
impl Send for t_hashtable_item
impl Sync for t_hashtable_item
impl Unpin for t_hashtable_item
impl UnwindSafe for t_hashtable_item
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