pub enum RelocationKind {
ArmCall,
ThumbCall,
ArmCallThumb,
ThumbCallArm,
ArmBranch,
Load,
OverlayId,
LinkTimeConst(LinkTimeConst),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RelocationKind
impl Clone for RelocationKind
Source§fn clone(&self) -> RelocationKind
fn clone(&self) -> RelocationKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RelocationKind
Source§impl<'de> Deserialize<'de> for RelocationKind
impl<'de> Deserialize<'de> for RelocationKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for RelocationKind
impl Display for RelocationKind
impl Eq for RelocationKind
Source§impl PartialEq for RelocationKind
impl PartialEq for RelocationKind
Source§fn eq(&self, other: &RelocationKind) -> bool
fn eq(&self, other: &RelocationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RelocationKind
impl Serialize for RelocationKind
impl StructuralPartialEq for RelocationKind
Auto Trait Implementations§
impl Freeze for RelocationKind
impl RefUnwindSafe for RelocationKind
impl Send for RelocationKind
impl Sync for RelocationKind
impl Unpin for RelocationKind
impl UnsafeUnpin for RelocationKind
impl UnwindSafe for RelocationKind
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