#[repr(u32)]pub enum BNRelocationType {
ELFGlobalRelocationType = 0,
ELFCopyRelocationType = 1,
ELFJumpSlotRelocationType = 2,
StandardRelocationType = 3,
IgnoredRelocation = 4,
UnhandledRelocation = 5,
}
Variants§
ELFGlobalRelocationType = 0
ELFCopyRelocationType = 1
ELFJumpSlotRelocationType = 2
StandardRelocationType = 3
IgnoredRelocation = 4
UnhandledRelocation = 5
Trait Implementations§
source§impl Clone for BNRelocationType
impl Clone for BNRelocationType
source§fn clone(&self) -> BNRelocationType
fn clone(&self) -> BNRelocationType
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 BNRelocationType
impl Debug for BNRelocationType
source§impl Hash for BNRelocationType
impl Hash for BNRelocationType
source§impl PartialEq for BNRelocationType
impl PartialEq for BNRelocationType
impl Copy for BNRelocationType
impl Eq for BNRelocationType
impl StructuralPartialEq for BNRelocationType
Auto Trait Implementations§
impl Freeze for BNRelocationType
impl RefUnwindSafe for BNRelocationType
impl Send for BNRelocationType
impl Sync for BNRelocationType
impl Unpin for BNRelocationType
impl UnwindSafe for BNRelocationType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)