Struct panda_sys::SocketAddress [−][src]
#[repr(C)]pub struct SocketAddress { pub type_: SocketAddressKind, pub u: SocketAddress__bindgen_ty_1, }
Fields
type_: SocketAddressKind
u: SocketAddress__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SocketAddress
impl !Send for SocketAddress
impl !Sync for SocketAddress
impl Unpin for SocketAddress
impl UnwindSafe for SocketAddress
Blanket Implementations
Mutably borrows from an owned value. Read more