pub struct Port {
pub protocol: String,
pub id: u16,
pub service: PortService,
pub status: PortStatus,
pub reason: String,
pub reason_ttl: usize,
}Fields§
§protocol: String§id: u16§service: PortService§status: PortStatus§reason: String§reason_ttl: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Port
impl RefUnwindSafe for Port
impl Send for Port
impl Sync for Port
impl Unpin for Port
impl UnwindSafe for Port
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