pub enum AddressSign {
Positive,
Negative,
}Expand description
Sign attached to a displacement term.
Variants§
Implementations§
Source§impl AddressSign
impl AddressSign
Trait Implementations§
Source§impl Clone for AddressSign
impl Clone for AddressSign
Source§fn clone(&self) -> AddressSign
fn clone(&self) -> AddressSign
Returns a duplicate 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 AddressSign
impl Debug for AddressSign
Source§impl PartialEq for AddressSign
impl PartialEq for AddressSign
impl Copy for AddressSign
impl Eq for AddressSign
impl StructuralPartialEq for AddressSign
Auto Trait Implementations§
impl Freeze for AddressSign
impl RefUnwindSafe for AddressSign
impl Send for AddressSign
impl Sync for AddressSign
impl Unpin for AddressSign
impl UnwindSafe for AddressSign
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