Struct netmgr::arp::ArpTableInner
source · [−]Fields
entries: Mutex<BTreeMap<ArpKey, ArpInfo>>
flag: FlagBlock
Auto Trait Implementations
impl !ObjSafe for ArpTableInner
impl RefUnwindSafe for ArpTableInner
impl Send for ArpTableInner
impl Sync for ArpTableInner
impl Unpin for ArpTableInner
impl UnwindSafe for ArpTableInner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more