pub struct NeighbouringChip {
pub local_noc_addr: (u8, u8),
pub remote_noc_addr: (u8, u8),
pub eth_addr: EthAddr,
}
Fields§
§local_noc_addr: (u8, u8)
§remote_noc_addr: (u8, u8)
§eth_addr: EthAddr
Trait Implementations§
Source§impl Debug for NeighbouringChip
impl Debug for NeighbouringChip
Source§impl Hash for NeighbouringChip
impl Hash for NeighbouringChip
Source§impl PartialEq for NeighbouringChip
impl PartialEq for NeighbouringChip
impl Eq for NeighbouringChip
impl StructuralPartialEq for NeighbouringChip
Auto Trait Implementations§
impl Freeze for NeighbouringChip
impl RefUnwindSafe for NeighbouringChip
impl Send for NeighbouringChip
impl Sync for NeighbouringChip
impl Unpin for NeighbouringChip
impl UnwindSafe for NeighbouringChip
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