Enum svd_encoder::RcSorting
source · pub enum RcSorting {
Unchanged(DerivableSorting),
RegistersFirst(DerivableSorting),
ClustersFirst(DerivableSorting),
}
Variants§
Trait Implementations§
source§impl PartialEq<RcSorting> for RcSorting
impl PartialEq<RcSorting> for RcSorting
impl Copy for RcSorting
impl Eq for RcSorting
impl StructuralEq for RcSorting
impl StructuralPartialEq for RcSorting
Auto Trait Implementations§
impl RefUnwindSafe for RcSorting
impl Send for RcSorting
impl Sync for RcSorting
impl Unpin for RcSorting
impl UnwindSafe for RcSorting
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.