pub enum ShType {
}
Variants§
Null
ProgBits
SymTab
StrTab
Rela
Hash
Dynamic
Note
NoBits
Rel
ShLib
DynSym
InitArray
FiniArray
PreInitArray
Group
SymTabShIndex
OsSpecific(u32)
ProcessorSpecific(u32)
User(u32)
Trait Implementations§
impl Copy for ShType
impl Eq for ShType
impl StructuralPartialEq for ShType
Auto Trait Implementations§
impl Freeze for ShType
impl RefUnwindSafe for ShType
impl Send for ShType
impl Sync for ShType
impl Unpin for ShType
impl UnwindSafe for ShType
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