pub struct Bus {
pub name: BusName,
pub member_pins: Vec<SmolStr>,
}Expand description
One bus declaration captured during LEF/DEF/Liberty parsing. Emitters re-render the bracket form to round-trip cleanly.
Fields§
§name: BusName§member_pins: Vec<SmolStr>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bus
impl RefUnwindSafe for Bus
impl Send for Bus
impl Sync for Bus
impl Unpin for Bus
impl UnsafeUnpin for Bus
impl UnwindSafe for Bus
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