pub struct WipBlock {
pub id: BlockId,
pub instructions: Vec<InstructionId>,
pub kind: BlockKind,
}Fields§
§id: BlockId§instructions: Vec<InstructionId>§kind: BlockKindAuto Trait Implementations§
impl Freeze for WipBlock
impl RefUnwindSafe for WipBlock
impl Send for WipBlock
impl Sync for WipBlock
impl Unpin for WipBlock
impl UnsafeUnpin for WipBlock
impl UnwindSafe for WipBlock
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