#[repr(C)]pub struct protoent {
    pub p_name: *mut c_char,
    pub p_aliases: *mut *mut c_char,
    pub p_proto: c_short,
}Fields
p_name: *mut c_charp_aliases: *mut *mut c_charp_proto: c_shortTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for protoent
impl !Send for protoent
impl !Sync for protoent
impl Unpin for protoent
impl UnwindSafe for protoent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more