Enum magenta::SocketReadOpts [] [src]

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

Options for reading from a socket.

Variants

Default options.

Trait Implementations

impl Debug for SocketReadOpts
[src]

Formats the value using the given formatter.

impl Copy for SocketReadOpts
[src]

impl Clone for SocketReadOpts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SocketReadOpts
[src]

impl PartialEq for SocketReadOpts
[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 SocketReadOpts
[src]

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