pub struct Shared<T: ?Sized>(_);
Expand description

For thread-sharable buffer holds

Implementations

Check if the connected mapping has not been dropped.

Consume into an Arc instance over the file handle.

Get a reference of the file handle.

Trait Implementations

Extracts the raw file descriptor. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.