Struct dbus::OwnedFd [] [src]

pub struct OwnedFd { /* fields omitted */ }

An RAII wrapper around Fd to ensure that file descriptor is closed when the scope ends.

Methods

impl OwnedFd
[src]

[src]

Create a new OwnedFd from a RawFd.

[src]

Convert an OwnedFD back into a RawFd.

Trait Implementations

impl Debug for OwnedFd
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OwnedFd
[src]

[src]

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

[src]

This method tests for !=.

impl PartialOrd for OwnedFd
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Drop for OwnedFd
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for OwnedFd
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRawFd for OwnedFd
[src]

[src]

Extracts the raw file descriptor. Read more

impl<'a> FromMessageItem<'a> for &'a OwnedFd
[src]

[src]

Allows converting from a MessageItem into the type it contains.

impl Arg for OwnedFd
[src]

ARG_TYPE: ArgType = ArgType::UnixFd

The corresponding D-Bus argument type code.

[src]

The corresponding D-Bus type signature for this type.

[src]

Deprecated

: Use associated constant ARG_TYPE instead

The corresponding D-Bus argument type code; just returns ARG_TYPE. Read more

impl Append for OwnedFd
[src]

[src]

Performs the append operation.

impl DictKey for OwnedFd
[src]

impl<'a> Get<'a> for OwnedFd
[src]

[src]

Performs the get operation.

impl RefArg for OwnedFd
[src]

[src]

The corresponding D-Bus argument type code.

[src]

The corresponding D-Bus type signature for this type.

[src]

Performs the append operation.

[src]

Transforms this argument to Any (which can be downcasted to read the current value).

[src]

Transforms this argument to Any (which can be downcasted to read the current value). Read more

[src]

Try to read the argument as an i64.

[src]

Try to read the argument as a str.

[src]

Try to read the argument as an iterator.