pub struct NetRef { /* private fields */ }Expand description
Reference to a net in a circuit.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetRef
impl RefUnwindSafe for NetRef
impl Send for NetRef
impl Sync for NetRef
impl Unpin for NetRef
impl UnwindSafe for NetRef
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