[][src]Struct dpdk_unix::process_status::SignalQueueStatus

pub struct SignalQueueStatus {
    pub number_of_signals_queued: u64,
    pub maximum_number_of_signals_that_can_be_queued: u64,
}

Signal queue status.

Fields

number_of_signals_queued: u64

Number of signals queued.

maximum_number_of_signals_that_can_be_queued: u64

Maximum number of signals that can be queued (maximum queue depth).

Trait Implementations

impl Eq for SignalQueueStatus
[src]

impl PartialOrd<SignalQueueStatus> for SignalQueueStatus
[src]

impl Copy for SignalQueueStatus
[src]

impl Default for SignalQueueStatus
[src]

impl PartialEq<SignalQueueStatus> for SignalQueueStatus
[src]

impl Clone for SignalQueueStatus
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Ord for SignalQueueStatus
[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 SignalQueueStatus
[src]

impl Hash for SignalQueueStatus
[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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.

impl<T> Any for T where
    T: 'static + ?Sized
[src]