[−][src]Struct dpdk_unix::numa::NumaNode
Represents a NUMA node.
Trait Implementations
impl From<u16> for NumaNode[src]
impl From<u16> for NumaNodeimpl Eq for NumaNode[src]
impl Eq for NumaNodeimpl Into<u16> for NumaNode[src]
impl Into<u16> for NumaNodeimpl PartialOrd<NumaNode> for NumaNode[src]
impl PartialOrd<NumaNode> for NumaNodefn 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 NumaNodeimpl Default for NumaNode[src]
impl Default for NumaNodeimpl PartialEq<NumaNode> for NumaNode[src]
impl PartialEq<NumaNode> for NumaNodeimpl Clone for NumaNode[src]
impl Clone for NumaNodefn 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 NumaNodefn 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 NumaNodeimpl Hash for NumaNode[src]
impl Hash for NumaNodefn 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 NumaNodefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where | [src] |
impl<'de> Deserialize<'de> for NumaNode[src]
impl<'de> Deserialize<'de> for NumaNodefn 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 Timpl<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>,