#[repr(C)]pub struct rbs_hash {
pub allocator: *mut rbs_allocator_t,
pub head: *mut rbs_hash_node_t,
pub tail: *mut rbs_hash_node_t,
pub length: usize,
}Fields§
§allocator: *mut rbs_allocator_t§head: *mut rbs_hash_node_t§tail: *mut rbs_hash_node_t§length: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for rbs_hash
impl RefUnwindSafe for rbs_hash
impl !Send for rbs_hash
impl !Sync for rbs_hash
impl Unpin for rbs_hash
impl UnsafeUnpin for rbs_hash
impl UnwindSafe for rbs_hash
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