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