pub enum X86RelocType {
Vanilla = 0,
Pair = 1,
Sectdiff = 2,
PbLaPtr = 3,
LocalSectdiff = 4,
Tlv = 5,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for X86RelocType
impl Clone for X86RelocType
Source§fn clone(&self) -> X86RelocType
fn clone(&self) -> X86RelocType
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 X86RelocType
impl Debug for X86RelocType
Source§impl PartialEq for X86RelocType
impl PartialEq for X86RelocType
impl Copy for X86RelocType
impl Eq for X86RelocType
impl StructuralPartialEq for X86RelocType
Auto Trait Implementations§
impl Freeze for X86RelocType
impl RefUnwindSafe for X86RelocType
impl Send for X86RelocType
impl Sync for X86RelocType
impl Unpin for X86RelocType
impl UnwindSafe for X86RelocType
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