Struct riker::system::IoType[][src]

pub struct IoType(_);

Trait Implementations

impl Clone for IoType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IoType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IoType
[src]

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

This method tests for !=.

impl<'a> From<&'a str> for IoType
[src]

Performs the conversion.

impl Eq for IoType
[src]

impl Hash for IoType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl From<IoType> for String
[src]

Performs the conversion.

impl<'a> From<&'a IoType> for &'a str
[src]

Performs the conversion.

impl From<Tcp> for IoType
[src]

Performs the conversion.

impl From<Udp> for IoType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for IoType

impl Sync for IoType