Expand description
cbindgen:ignore
Re-exports§
pub use self::_LegacyFileType as LegacyFileType;
pub use self::_PacketDeliveryStatusFlags as PacketDeliveryStatusFlags;
pub use self::_StatusListenerFilter as StatusListenerFilter;
pub use self::_ProtocolType as ProtocolType;
pub use self::_CompatSocketTypes as CompatSocketTypes;
pub use self::_FileType as FileType;
pub use self::_TriggerType as TriggerType;
Structs§
- If Bindgen could only determine the size and alignment of a type, it is represented like this.
Constants§
Statics§
Functions§
- Retrieve the network-order integer version of this address @param address a valid, non-NULL Address structure previously created with address_new() @return the network-order IP
Type Aliases§
- An Address structure holds information used to identify nodes, allowing for easy extraction of both integer and string forms of an IP address as well as the string hostname associated with the IP. Address is an opaque structure and should only be accessed using the functions in this class.