#[repr(C)]pub struct ESL_KEYHASH {
pub hashtable: *mut c_int,
pub hashsize: u32,
pub key_offset: *mut c_int,
pub nxt: *mut c_int,
pub nkeys: c_int,
pub kalloc: c_int,
pub smem: *mut c_char,
pub salloc: c_int,
pub sn: c_int,
}Fields§
§hashtable: *mut c_int§hashsize: u32§key_offset: *mut c_int§nxt: *mut c_int§nkeys: c_int§kalloc: c_int§smem: *mut c_char§salloc: c_int§sn: c_intTrait Implementations§
Source§impl Clone for ESL_KEYHASH
impl Clone for ESL_KEYHASH
Source§fn clone(&self) -> ESL_KEYHASH
fn clone(&self) -> ESL_KEYHASH
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 ESL_KEYHASH
impl Debug for ESL_KEYHASH
impl Copy for ESL_KEYHASH
Auto Trait Implementations§
impl Freeze for ESL_KEYHASH
impl RefUnwindSafe for ESL_KEYHASH
impl !Send for ESL_KEYHASH
impl !Sync for ESL_KEYHASH
impl Unpin for ESL_KEYHASH
impl UnwindSafe for ESL_KEYHASH
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