pub struct NetSockStatProtocol {
pub protocol: String,
pub inuse: isize,
pub orphan: Option<isize>,
pub tw: Option<isize>,
pub alloc: Option<isize>,
pub mem: Option<isize>,
pub memory: Option<isize>,
}Fields§
§protocol: String§inuse: isize§orphan: Option<isize>§tw: Option<isize>§alloc: Option<isize>§mem: Option<isize>§memory: Option<isize>Trait Implementations§
Source§impl Clone for NetSockStatProtocol
impl Clone for NetSockStatProtocol
Source§fn clone(&self) -> NetSockStatProtocol
fn clone(&self) -> NetSockStatProtocol
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 NetSockStatProtocol
impl Debug for NetSockStatProtocol
Source§impl Default for NetSockStatProtocol
impl Default for NetSockStatProtocol
Source§fn default() -> NetSockStatProtocol
fn default() -> NetSockStatProtocol
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NetSockStatProtocol
impl RefUnwindSafe for NetSockStatProtocol
impl Send for NetSockStatProtocol
impl Sync for NetSockStatProtocol
impl Unpin for NetSockStatProtocol
impl UnwindSafe for NetSockStatProtocol
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