#[repr(C)]pub struct bucket_st {
pub p_first: *mut node,
}Expand description
bucket
Fields§
§p_first: *mut nodeTrait Implementations§
Auto Trait Implementations§
impl Freeze for bucket_st
impl RefUnwindSafe for bucket_st
impl !Send for bucket_st
impl !Sync for bucket_st
impl Unpin for bucket_st
impl UnwindSafe for bucket_st
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