pub struct FdtEntry {
pub address: NetworkAddress,
pub ttl: u16,
pub remaining_time: u16,
pub registered_at: Instant,
}Expand description
Foreign device table (FDT) entry
Fields§
§address: NetworkAddressForeign device address
ttl: u16Time-to-live (seconds)
remaining_time: u16Remaining time (seconds)
registered_at: InstantRegistration timestamp
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FdtEntry
impl RefUnwindSafe for FdtEntry
impl Send for FdtEntry
impl Sync for FdtEntry
impl Unpin for FdtEntry
impl UnsafeUnpin for FdtEntry
impl UnwindSafe for FdtEntry
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