Struct libsolv_sys::ffi::s_Rule[][src]

#[repr(C)]pub struct s_Rule {
    pub p: Id,
    pub d: Id,
    pub w1: Id,
    pub w2: Id,
    pub n1: Id,
    pub n2: Id,
}

Fields

p: Idd: Idw1: Idw2: Idn1: Idn2: Id

Trait Implementations

impl Clone for s_Rule[src]

impl Copy for s_Rule[src]

impl Debug for s_Rule[src]

Auto Trait Implementations

impl RefUnwindSafe for s_Rule

impl Send for s_Rule

impl Sync for s_Rule

impl Unpin for s_Rule

impl UnwindSafe for s_Rule

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.