Struct arceos_posix_api::ctypes::aibuf  
source · #[repr(C)]pub struct aibuf {
    pub ai: addrinfo,
    pub sa: aibuf_sa,
    pub lock: [c_int; 1],
    pub slot: c_short,
    pub ref_: c_short,
}Fields§
§ai: addrinfo§sa: aibuf_sa§lock: [c_int; 1]§slot: c_short§ref_: c_shortTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for aibuf
impl !Send for aibuf
impl !Sync for aibuf
impl Unpin for aibuf
impl UnwindSafe for aibuf
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