Struct panda_sys::InetSocketAddressBaseList [−][src]
#[repr(C)]pub struct InetSocketAddressBaseList { pub next: *mut InetSocketAddressBaseList, pub value: *mut InetSocketAddressBase, }
Fields
next: *mut InetSocketAddressBaseListvalue: *mut InetSocketAddressBaseTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InetSocketAddressBaseListimpl !Send for InetSocketAddressBaseListimpl !Sync for InetSocketAddressBaseListimpl Unpin for InetSocketAddressBaseListimpl UnwindSafe for InetSocketAddressBaseListBlanket Implementations
Mutably borrows from an owned value. Read more