pub enum ELF {
ELF32(ELF32),
ELF64(ELF64),
}
Variants§
Auto Trait Implementations§
impl Freeze for ELF
impl RefUnwindSafe for ELF
impl Send for ELF
impl Sync for ELF
impl Unpin for ELF
impl UnwindSafe for ELF
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