Enum magenta::SocketOpts [] [src]

#[repr(u32)]
pub enum SocketOpts { Default, }

Options for creating a socket pair.

Variants

Default options.

Trait Implementations

impl Debug for SocketOpts
[src]

Formats the value using the given formatter.

impl Copy for SocketOpts
[src]

impl Clone for SocketOpts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SocketOpts
[src]

impl PartialEq for SocketOpts
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for SocketOpts
[src]

Returns the "default value" for a type. Read more