Struct hwloc::TopologyCpuBindSupport [] [src]

#[repr(C)]
pub struct TopologyCpuBindSupport { /* fields omitted */ }

Flags describing actual PU binding support for this topology.

Methods

impl TopologyCpuBindSupport
[src]

Binding the whole current process is supported.

Getting the binding of the whole current process is supported.

Binding a whole given process is supported.

Getting the binding of a whole given process is supported.

Binding the current thread only is supported.

Getting the binding of the current thread only is supported.

Binding a given thread only is supported.

Getting the binding of a given thread only is supported.

Getting the last processors where the whole current process ran is supported.

Getting the last processors where a whole process ran is supported.

Getting the last processors where the current thread ran is supported.

Trait Implementations

impl Debug for TopologyCpuBindSupport
[src]

Formats the value using the given formatter.