pub struct OsDetect4 {
pub addr: IpAddr,
pub origin: Option<String>,
pub alive: bool,
pub fingerprint: Fingerprint,
pub detects: Vec<OsInfo>,
pub cost: Duration,
}Fields§
§addr: IpAddr§origin: Option<String>§alive: bool§fingerprint: Fingerprint§detects: Vec<OsInfo>§cost: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for OsDetect4
impl RefUnwindSafe for OsDetect4
impl Send for OsDetect4
impl Sync for OsDetect4
impl Unpin for OsDetect4
impl UnwindSafe for OsDetect4
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