pub struct ElfRecordsTable<'a, T: VariantStructBinarySerde<'a>> { /* private fields */ }Implementations§
Source§impl<'a, T: VariantStructBinarySerde<'a>> ElfRecordsTable<'a, T>
impl<'a, T: VariantStructBinarySerde<'a>> ElfRecordsTable<'a, T>
Trait Implementations§
Source§impl<'a, T: Clone + VariantStructBinarySerde<'a>> Clone for ElfRecordsTable<'a, T>
impl<'a, T: Clone + VariantStructBinarySerde<'a>> Clone for ElfRecordsTable<'a, T>
Source§fn clone(&self) -> ElfRecordsTable<'a, T>
fn clone(&self) -> ElfRecordsTable<'a, T>
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<'a, T: Debug + VariantStructBinarySerde<'a>> Debug for ElfRecordsTable<'a, T>
impl<'a, T: Debug + VariantStructBinarySerde<'a>> Debug for ElfRecordsTable<'a, T>
Source§impl<'r, 'a, T: VariantStructBinarySerde<'a>> IntoIterator for &'r ElfRecordsTable<'a, T>
impl<'r, 'a, T: VariantStructBinarySerde<'a>> IntoIterator for &'r ElfRecordsTable<'a, T>
Source§impl<'a, T: VariantStructBinarySerde<'a>> IntoIterator for ElfRecordsTable<'a, T>
impl<'a, T: VariantStructBinarySerde<'a>> IntoIterator for ElfRecordsTable<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for ElfRecordsTable<'a, T>
impl<'a, T> RefUnwindSafe for ElfRecordsTable<'a, T>
impl<'a, T> Send for ElfRecordsTable<'a, T>
impl<'a, T> Sync for ElfRecordsTable<'a, T>
impl<'a, T> Unpin for ElfRecordsTable<'a, T>
impl<'a, T> UnwindSafe for ElfRecordsTable<'a, T>
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