Struct argdata::fd::NoConvert[][src]

pub struct NoConvert;

Don't provide any access to Fds. Every conversion will fail.

Use this if the encoded numbers (if any) do not correspond to any real file descriptors of this process.

Trait Implementations

impl Debug for NoConvert
[src]

Formats the value using the given formatter. Read more

impl Clone for NoConvert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NoConvert
[src]

impl PartialEq for NoConvert
[src]

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

This method tests for !=.

impl Eq for NoConvert
[src]

impl ConvertFd for NoConvert
[src]

Converts an encoded fd number to an actual Fd.

Auto Trait Implementations

impl Send for NoConvert

impl Sync for NoConvert