pub struct ForeignDeviceTableEntry {
pub address: SocketAddrV4,
pub ttl_seconds: u16,
pub remaining_seconds: u16,
}Fields§
§address: SocketAddrV4§ttl_seconds: u16§remaining_seconds: u16Trait Implementations§
Source§impl Clone for ForeignDeviceTableEntry
impl Clone for ForeignDeviceTableEntry
Source§fn clone(&self) -> ForeignDeviceTableEntry
fn clone(&self) -> ForeignDeviceTableEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ForeignDeviceTableEntry
impl Debug for ForeignDeviceTableEntry
Source§impl PartialEq for ForeignDeviceTableEntry
impl PartialEq for ForeignDeviceTableEntry
impl Copy for ForeignDeviceTableEntry
impl Eq for ForeignDeviceTableEntry
impl StructuralPartialEq for ForeignDeviceTableEntry
Auto Trait Implementations§
impl Freeze for ForeignDeviceTableEntry
impl RefUnwindSafe for ForeignDeviceTableEntry
impl Send for ForeignDeviceTableEntry
impl Sync for ForeignDeviceTableEntry
impl Unpin for ForeignDeviceTableEntry
impl UnsafeUnpin for ForeignDeviceTableEntry
impl UnwindSafe for ForeignDeviceTableEntry
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