#[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_uintTrait Implementations§
Auto Trait Implementations§
impl !Send for dict
impl !Sync for dict
impl Freeze for dict
impl RefUnwindSafe for dict
impl Unpin for dict
impl UnsafeUnpin 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