pub struct Wire<'a> {
pub kind: WireKind,
pub color: u8,
pub comment: &'a str,
pub path: (Point, Point),
pub raw_path: &'a [u8],
}Fields§
§kind: WireKind§color: u8§comment: &'a str§path: (Point, Point)§raw_path: &'a [u8]Auto Trait Implementations§
impl<'a> Freeze for Wire<'a>
impl<'a> RefUnwindSafe for Wire<'a>
impl<'a> Send for Wire<'a>
impl<'a> Sync for Wire<'a>
impl<'a> Unpin for Wire<'a>
impl<'a> UnsafeUnpin for Wire<'a>
impl<'a> UnwindSafe for Wire<'a>
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