Enum hwloc::TypeDepthError [] [src]

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

Variants

TypeDepthUnknown

No object of given type exists in the topology.

TypeDepthMultiple

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

TypeDepthBridge

Virtual depth for bridge object level.

TypeDepthPCIDevice

Virtual depth for PCI device object level.

TypeDepthOSDevice

Virtual depth for software device object level.

UnkownTypeDepthError

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

Trait Implementations

impl PartialEq for TypeDepthError
[src]

fn eq(&self, __arg_0: &TypeDepthError) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for TypeDepthError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.