pub struct netent { /* private fields */ }Expand description
Auto Trait Implementations§
impl Freeze for netent
impl RefUnwindSafe for netent
impl !Send for netent
impl !Sync for netent
impl Unpin for netent
impl UnsafeUnpin for netent
impl UnwindSafe for netent
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