pub struct WireInfo {
pub from_node: String,
pub to_node: String,
pub length: i32,
pub from_pos: (i32, i32),
pub to_pos: (i32, i32),
}Fields§
§from_node: String§to_node: String§length: i32§from_pos: (i32, i32)§to_pos: (i32, i32)Trait Implementations§
Auto Trait Implementations§
impl Freeze for WireInfo
impl RefUnwindSafe for WireInfo
impl Send for WireInfo
impl Sync for WireInfo
impl Unpin for WireInfo
impl UnsafeUnpin for WireInfo
impl UnwindSafe for WireInfo
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