pub struct TwoHopGroup {
pub mid_slot: u64,
pub fof_slots: Vec<u64>,
pub multiplicity: u64,
}Expand description
One group in a factorized 2-hop chunk.
Fields§
§mid_slot: u64§fof_slots: Vec<u64>§multiplicity: u64Auto Trait Implementations§
impl Freeze for TwoHopGroup
impl RefUnwindSafe for TwoHopGroup
impl Send for TwoHopGroup
impl Sync for TwoHopGroup
impl Unpin for TwoHopGroup
impl UnsafeUnpin for TwoHopGroup
impl UnwindSafe for TwoHopGroup
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