extern structstd.c.solaris.port_notify[src]

Fields

port: u32

Bind request(s) to port.

user: ?*void

User defined variable.

Source Code

Source code
pub const port_notify = extern struct {
    /// Bind request(s) to port.
    port: u32,
    /// User defined variable.
    user: ?*void,
}