Struct SERVENT
#[repr(C)]pub struct SERVENT {
pub s_name: PSTR,
pub s_aliases: *mut *mut i8,
pub s_proto: PSTR,
pub s_port: i16,
}
Fields§
§s_name: PSTR
§s_aliases: *mut *mut i8
§s_proto: PSTR
§s_port: i16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SERVENT
impl RefUnwindSafe for SERVENT
impl !Send for SERVENT
impl !Sync for SERVENT
impl Unpin for SERVENT
impl UnwindSafe for SERVENT
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