pub struct MacReport {
pub addr: IpAddr,
pub mac: Option<MacAddr>,
pub ouis: String,
pub rtt: Duration,
}Available on crate feature
scan only.Fields§
§addr: IpAddr§mac: Option<MacAddr>§ouis: String§rtt: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for MacReport
impl RefUnwindSafe for MacReport
impl Send for MacReport
impl Sync for MacReport
impl Unpin for MacReport
impl UnsafeUnpin for MacReport
impl UnwindSafe for MacReport
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