pub enum SymbolTableVariant {
BSD,
GNU,
GNU64BIT,
}Expand description
Variants of the symbol table if present
Variants§
BSD
Used by BSD Archives the more “classical” unix symbol table
GNU
Used in GNU, SVR4 and others
GNU64BIT
The extended format used when an archive becomes larger than 4gb
Trait Implementations§
Source§impl Clone for SymbolTableVariant
impl Clone for SymbolTableVariant
Source§fn clone(&self) -> SymbolTableVariant
fn clone(&self) -> SymbolTableVariant
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 SymbolTableVariant
impl Debug for SymbolTableVariant
Source§impl PartialEq for SymbolTableVariant
impl PartialEq for SymbolTableVariant
impl Copy for SymbolTableVariant
impl Eq for SymbolTableVariant
impl StructuralPartialEq for SymbolTableVariant
Auto Trait Implementations§
impl Freeze for SymbolTableVariant
impl RefUnwindSafe for SymbolTableVariant
impl Send for SymbolTableVariant
impl Sync for SymbolTableVariant
impl Unpin for SymbolTableVariant
impl UnwindSafe for SymbolTableVariant
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