pub struct Elf<'a> {
pub bytes: &'a [u8],
pub header: &'a Header,
}
Fields§
§bytes: &'a [u8]
§header: &'a Header
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Elf<'a>
impl<'a> RefUnwindSafe for Elf<'a>
impl<'a> Send for Elf<'a>
impl<'a> Sync for Elf<'a>
impl<'a> Unpin for Elf<'a>
impl<'a> UnwindSafe for Elf<'a>
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