Structs§
- Descriptor
- For use cases where a simple wrapper around a
RawDescriptoris needed, in order to e.g. implementAsRawDescriptor. - Safe
Descriptor - Wraps a RawDescriptor and safely closes it when self falls out of scope.
Traits§
- AsRaw
Descriptor - Trait for returning the underlying raw descriptor, without giving up ownership of the descriptor.
- AsRaw
Descriptors - A trait similar to
AsRawDescriptorbut supports an arbitrary number of descriptors. - From
RawDescriptor - Into
RawDescriptor - Trait for forfeiting ownership of the current raw descriptor, and returning the raw descriptor