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