Enum object::read::any::DynamicRelocationIteratorInternal
source · enum DynamicRelocationIteratorInternal<'data, 'file, R>where
R: ReadRef<'data>,{
Elf32(ElfDynamicRelocationIterator32<'data, 'file, Endianness, R>),
Elf64(ElfDynamicRelocationIterator64<'data, 'file, Endianness, R>),
None(PhantomData<(&'data (), &'file (), R)>),
}
Variants§
Elf32(ElfDynamicRelocationIterator32<'data, 'file, Endianness, R>)
Elf64(ElfDynamicRelocationIterator64<'data, 'file, Endianness, R>)
None(PhantomData<(&'data (), &'file (), R)>)
Trait Implementations§
Auto Trait Implementations§
impl<'data, 'file, R> Freeze for DynamicRelocationIteratorInternal<'data, 'file, R>
impl<'data, 'file, R> RefUnwindSafe for DynamicRelocationIteratorInternal<'data, 'file, R>where
R: RefUnwindSafe,
impl<'data, 'file, R> Send for DynamicRelocationIteratorInternal<'data, 'file, R>
impl<'data, 'file, R> Sync for DynamicRelocationIteratorInternal<'data, 'file, R>where
R: Sync,
impl<'data, 'file, R> Unpin for DynamicRelocationIteratorInternal<'data, 'file, R>where
R: Unpin,
impl<'data, 'file, R> UnwindSafe for DynamicRelocationIteratorInternal<'data, 'file, R>where
R: UnwindSafe + RefUnwindSafe,
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