#[repr(C)]pub struct bucketST {
pub size: c_long,
pub curr: c_long,
pub maxind: c_long,
pub minind: c_long,
pub bucket: *mut *mut nodeT,
pub bucketbase: *mut *mut nodeT,
pub wrapped: c_schar,
}Fields§
§size: c_long§curr: c_long§maxind: c_long§minind: c_long§bucket: *mut *mut nodeT§bucketbase: *mut *mut nodeT§wrapped: c_scharTrait Implementations§
Auto Trait Implementations§
impl Freeze for bucketST
impl RefUnwindSafe for bucketST
impl !Send for bucketST
impl !Sync for bucketST
impl Unpin for bucketST
impl UnwindSafe for bucketST
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