Enum cranelift_codegen::isa::x64::args::DivSignedness
source · pub enum DivSignedness {
Signed,
Unsigned,
}
Expand description
Internal type DivSignedness: defined at src/isa/x64/inst.isle line 663.
Variants§
Trait Implementations§
source§impl Clone for DivSignedness
impl Clone for DivSignedness
source§fn clone(&self) -> DivSignedness
fn clone(&self) -> DivSignedness
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DivSignedness
impl Debug for DivSignedness
source§impl PartialEq<DivSignedness> for DivSignedness
impl PartialEq<DivSignedness> for DivSignedness
source§fn eq(&self, other: &DivSignedness) -> bool
fn eq(&self, other: &DivSignedness) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DivSignedness
impl Eq for DivSignedness
impl StructuralEq for DivSignedness
impl StructuralPartialEq for DivSignedness
Auto Trait Implementations§
impl RefUnwindSafe for DivSignedness
impl Send for DivSignedness
impl Sync for DivSignedness
impl Unpin for DivSignedness
impl UnwindSafe for DivSignedness
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
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.