pub enum RelocationOperand {
Operand(usize),
AutocoerceExternPtr,
NocoerceExternPtr,
Invalid,
}
Variants§
Trait Implementations§
source§impl Clone for RelocationOperand
impl Clone for RelocationOperand
source§fn clone(&self) -> RelocationOperand
fn clone(&self) -> RelocationOperand
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 RelocationOperand
impl Debug for RelocationOperand
source§impl From<RelocationOperand> for usize
impl From<RelocationOperand> for usize
source§fn from(operand: RelocationOperand) -> Self
fn from(operand: RelocationOperand) -> Self
Converts to this type from the input type.
source§impl From<usize> for RelocationOperand
impl From<usize> for RelocationOperand
source§impl Hash for RelocationOperand
impl Hash for RelocationOperand
source§impl PartialEq for RelocationOperand
impl PartialEq for RelocationOperand
impl Copy for RelocationOperand
impl Eq for RelocationOperand
impl StructuralPartialEq for RelocationOperand
Auto Trait Implementations§
impl Freeze for RelocationOperand
impl RefUnwindSafe for RelocationOperand
impl Send for RelocationOperand
impl Sync for RelocationOperand
impl Unpin for RelocationOperand
impl UnwindSafe for RelocationOperand
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