#[repr(C)]pub struct htable_t {
pub size: usize,
pub table: *mut *mut c_void,
pub _space: [*mut c_void; 32],
}Fields§
§size: usize§table: *mut *mut c_void§_space: [*mut c_void; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for htable_t
impl RefUnwindSafe for htable_t
impl !Send for htable_t
impl !Sync for htable_t
impl Unpin for htable_t
impl UnwindSafe for htable_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