Struct bitsy_lang::sim::Dependents  
source · pub struct Dependents {
    pub combs: Vec<CombId>,
    pub ext_inst_ports: Vec<(ExtInstId, PortName)>,
}Fields§
§combs: Vec<CombId>§ext_inst_ports: Vec<(ExtInstId, PortName)>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Dependents
impl Send for Dependents
impl Sync for Dependents
impl Unpin for Dependents
impl UnwindSafe for Dependents
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