[][src]Struct suricata_ipc::prelude::IdsKey

pub struct IdsKey {
    pub gid: u64,
    pub sid: u64,
}

Fields

gid: u64sid: u64

Trait Implementations

impl Clone for IdsKey[src]

impl Debug for IdsKey[src]

impl Eq for IdsKey[src]

impl Hash for IdsKey[src]

impl PartialEq<IdsKey> for IdsKey[src]

impl StructuralEq for IdsKey[src]

impl StructuralPartialEq for IdsKey[src]

Auto Trait Implementations

impl RefUnwindSafe for IdsKey

impl Send for IdsKey

impl Sync for IdsKey

impl Unpin for IdsKey

impl UnwindSafe for IdsKey

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,