Struct argdata::fd::Identity[][src]

pub struct Identity;

The identity conversion: Convert numbers to Fds with the exact same number.

Trait Implementations

impl Debug for Identity
[src]

Formats the value using the given formatter. Read more

impl Clone for Identity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Identity
[src]

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

impl ConvertFd for Identity
[src]

Converts an encoded fd number to an actual Fd.

Auto Trait Implementations

impl Send for Identity

impl Sync for Identity