#[repr(C)]pub struct bucket {
pub h: ulong,
pub nKeyLength: uint,
pub pData: *mut c_void,
pub pDataPtr: *mut c_void,
pub pListNext: *mut bucket,
pub pListLast: *mut bucket,
pub pNext: *mut bucket,
pub pLast: *mut bucket,
pub arKey: *const c_char,
}
Fields§
§h: ulong
§nKeyLength: uint
§pData: *mut c_void
§pDataPtr: *mut c_void
§pListNext: *mut bucket
§pListLast: *mut bucket
§pNext: *mut bucket
§pLast: *mut bucket
§arKey: *const c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bucket
impl RefUnwindSafe for bucket
impl !Send for bucket
impl !Sync for bucket
impl Unpin for bucket
impl UnwindSafe for bucket
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