pub struct LinkStatus<'a> {
pub entries: &'a [NeighborTableEntry],
}Fields§
§entries: &'a [NeighborTableEntry]Auto Trait Implementations§
impl<'a> Freeze for LinkStatus<'a>
impl<'a> RefUnwindSafe for LinkStatus<'a>
impl<'a> Send for LinkStatus<'a>
impl<'a> Sync for LinkStatus<'a>
impl<'a> Unpin for LinkStatus<'a>
impl<'a> UnwindSafe for LinkStatus<'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