Module zeroconf::ffi[][src]

Expand description

Utilities related to FFI bindings

Modules

Utilities related to c-string handling

Traits

Helper trait to convert self to a raw *mut c_void

Helper trait to convert and clone a raw *mut c_void to it’s rust type

Helper trait to convert a raw *mut c_void to it’s rust type

Helper trait to unwrap a type to a *mut T or a null-pointer if not present.

Helper trait to unwrap a type to a *const T or a null-pointer if not present.

Functions

Returns a human-readable address of the specified raw address

Performs a unix select() on the specified sock_fd and timeout. Returns the select result or Err if the result is negative.