[−][src]Struct dpdk_unix::numa::NumaNode
Represents a NUMA node.
Trait Implementations
impl From<u16> for NumaNode
[src]
impl From<u16> for NumaNode
impl Eq for NumaNode
[src]
impl Eq for NumaNode
impl Into<u16> for NumaNode
[src]
impl Into<u16> for NumaNode
impl PartialOrd<NumaNode> for NumaNode
[src]
impl PartialOrd<NumaNode> for NumaNode
fn partial_cmp(&self, other: &NumaNode) -> Option<Ordering> | [src] |
fn lt(&self, other: &NumaNode) -> bool | [src] |
fn le(&self, other: &NumaNode) -> bool | [src] |
fn gt(&self, other: &NumaNode) -> bool | [src] |
fn ge(&self, other: &NumaNode) -> bool | [src] |
impl Copy for NumaNode
[src]
impl Copy for NumaNode
impl Default for NumaNode
[src]
impl Default for NumaNode
impl PartialEq<NumaNode> for NumaNode
[src]
impl PartialEq<NumaNode> for NumaNode
impl Clone for NumaNode
[src]
impl Clone for NumaNode
fn clone(&self) -> NumaNode | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source
. Read more
impl Ord for NumaNode
[src]
impl Ord for NumaNode
fn cmp(&self, other: &NumaNode) -> Ordering | [src] |
fn max(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the minimum of two values. Read more
impl Debug for NumaNode
[src]
impl Debug for NumaNode
impl Hash for NumaNode
[src]
impl Hash for NumaNode
fn hash<__H: Hasher>(&self, state: &mut __H) | [src] |
fn hash_slice<H>(data: &[Self], state: &mut H) where | 1.3.0 [src] |
Feeds a slice of this type into the given [Hasher
]. Read more
impl Serialize for NumaNode
[src]
impl Serialize for NumaNode
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where | [src] |
impl<'de> Deserialize<'de> for NumaNode
[src]
impl<'de> Deserialize<'de> for NumaNode
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where | [src] |
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId | [src] |
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,