Enum hwloc::TypeDepthError [] [src]

pub enum TypeDepthError {
    TypeDepthUnknown,
    TypeDepthMultiple,
    TypeDepthBridge,
    TypeDepthPCIDevice,
    TypeDepthOSDevice,
    Unkown,
}

Variants

No object of given type exists in the topology.

Objects of given type exist at different depth in the topology.

Virtual depth for bridge object level.

Virtual depth for PCI device object level.

Virtual depth for software device object level.

HWLOC returned a depth error which is not known to the rust binding.

Trait Implementations

impl Debug for TypeDepthError
[src]

Formats the value using the given formatter.

impl PartialEq for TypeDepthError
[src]

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

This method tests for !=.