pub struct LoopBlock<L: RelooperLabel> {
pub loop_id: u16,
pub inner: Box<ShapedBlock<L>>,
pub next: Option<Box<ShapedBlock<L>>>,
}Fields§
§loop_id: u16§inner: Box<ShapedBlock<L>>§next: Option<Box<ShapedBlock<L>>>Trait Implementations§
impl<L: RelooperLabel> StructuralPartialEq for LoopBlock<L>
Auto Trait Implementations§
impl<L> Freeze for LoopBlock<L>
impl<L> RefUnwindSafe for LoopBlock<L>where
L: RefUnwindSafe,
impl<L> Send for LoopBlock<L>where
L: Send,
impl<L> Sync for LoopBlock<L>where
L: Sync,
impl<L> Unpin for LoopBlock<L>
impl<L> UnwindSafe for LoopBlock<L>where
L: UnwindSafe,
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