#[repr(C)]pub struct protoent {
pub p_name: *mut i8,
pub p_aliases: *mut *mut i8,
pub p_proto: i32,
}Fields§
§p_name: *mut i8§p_aliases: *mut *mut i8§p_proto: i32Trait Implementations§
Source§impl Ord for protoent
impl Ord for protoent
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for protoent
impl PartialOrd for protoent
impl Copy for protoent
impl Eq for protoent
impl StructuralPartialEq for protoent
Auto Trait Implementations§
impl Freeze for protoent
impl RefUnwindSafe for protoent
impl !Send for protoent
impl !Sync for protoent
impl Unpin for protoent
impl UnsafeUnpin for protoent
impl UnwindSafe for protoent
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