#[repr(C)]pub struct DepSet { /* private fields */ }Expand description
C-compatible wrapper for pkgcraft::dep::DepSet.
Trait Implementations§
source§impl BitAndAssign<&DepSet> for DepSet
impl BitAndAssign<&DepSet> for DepSet
source§fn bitand_assign(&mut self, other: &DepSet)
fn bitand_assign(&mut self, other: &DepSet)
Performs the
&= operation. Read moresource§impl BitOrAssign<&DepSet> for DepSet
impl BitOrAssign<&DepSet> for DepSet
source§fn bitor_assign(&mut self, other: &DepSet)
fn bitor_assign(&mut self, other: &DepSet)
Performs the
|= operation. Read moresource§impl BitXorAssign<&DepSet> for DepSet
impl BitXorAssign<&DepSet> for DepSet
source§fn bitxor_assign(&mut self, other: &DepSet)
fn bitxor_assign(&mut self, other: &DepSet)
Performs the
^= operation. Read moresource§impl PartialEq for DepSet
impl PartialEq for DepSet
source§impl SubAssign<&DepSet> for DepSet
impl SubAssign<&DepSet> for DepSet
source§fn sub_assign(&mut self, other: &DepSet)
fn sub_assign(&mut self, other: &DepSet)
Performs the
-= operation. Read moreimpl 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<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.