pub struct BitCache { /* private fields */ }Expand description
空いているindexをbitで管理する 0: 空, 1: 空でない
Implementations§
Auto Trait Implementations§
impl Freeze for BitCache
impl RefUnwindSafe for BitCache
impl Send for BitCache
impl Sync for BitCache
impl Unpin for BitCache
impl UnsafeUnpin for BitCache
impl UnwindSafe for BitCache
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