#[repr(u8)]pub enum BindSymbolType {
Pointer = 0,
TextAbsolute32 = 1,
TextRelative32 = 2,
}
Expand description
Bind or rebase symbol type
Variants§
Trait Implementations§
Source§impl Clone for BindSymbolType
impl Clone for BindSymbolType
Source§fn clone(&self) -> BindSymbolType
fn clone(&self) -> BindSymbolType
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 BindSymbolType
impl Debug for BindSymbolType
Source§impl Default for BindSymbolType
impl Default for BindSymbolType
Source§impl Display for BindSymbolType
impl Display for BindSymbolType
Source§impl PartialEq for BindSymbolType
impl PartialEq for BindSymbolType
impl Copy for BindSymbolType
impl StructuralPartialEq for BindSymbolType
Auto Trait Implementations§
impl Freeze for BindSymbolType
impl RefUnwindSafe for BindSymbolType
impl Send for BindSymbolType
impl Sync for BindSymbolType
impl Unpin for BindSymbolType
impl UnwindSafe for BindSymbolType
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