pub struct GenKillSet<I: Idx + From<usize>> {
pub gen: BitSet<I>,
pub kill: BitSet<I>,
}Fields§
§gen: BitSet<I>§kill: BitSet<I>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I> Freeze for GenKillSet<I>
impl<I> RefUnwindSafe for GenKillSet<I>
impl<I> Send for GenKillSet<I>
impl<I> Sync for GenKillSet<I>
impl<I> Unpin for GenKillSet<I>
impl<I> UnwindSafe for GenKillSet<I>
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