#[repr(C)]pub struct DepSet { /* private fields */ }Expand description
C-compatible wrapper for pkgcraft::dep::DepSet.
Trait Implementations§
source§impl PartialEq<DepSet> for DepSet
impl PartialEq<DepSet> for DepSet
impl Eq for DepSet
Auto Trait Implementations§
impl RefUnwindSafe for DepSet
impl !Send for DepSet
impl !Sync for DepSet
impl Unpin for DepSet
impl UnwindSafe for DepSet
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more