Enum arch_ops::clever::CleverOperandKind
source · [−]pub enum CleverOperandKind {
Normal(u32),
AbsAddr,
RelAddr,
Insn,
}Variants
Normal(u32)
AbsAddr
RelAddr
Insn
Auto Trait Implementations
impl RefUnwindSafe for CleverOperandKind
impl Send for CleverOperandKind
impl Sync for CleverOperandKind
impl Unpin for CleverOperandKind
impl UnwindSafe for CleverOperandKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more