Struct goblin::elf::dynamic::Dyn [−][src]
Fields
d_tag: u64
d_val: u64
Implementations
impl Dyn
[src]
Trait Implementations
impl Clone for Dyn
[src]
impl Debug for Dyn
[src]
impl Default for Dyn
[src]
impl From<Dyn> for Dyn
[src]
impl From<Dyn> for ElfDyn
[src]
impl From<Dyn> for Dyn
[src]
impl From<Dyn> for ElfDyn
[src]
impl PartialEq<Dyn> for Dyn
[src]
impl SizeWith<Ctx> for Dyn
[src]
impl StructuralPartialEq for Dyn
[src]
impl<'a> TryFromCtx<'a, Ctx, [u8]> for Dyn
[src]
type Error = Error
fn try_from_ctx(
bytes: &'a [u8],
Ctx { container: container, le: le }: Ctx
) -> Result<(Self, usize), Self::Error>
[src]
bytes: &'a [u8],
Ctx { container: container, le: le }: Ctx
) -> Result<(Self, usize), Self::Error>
impl TryIntoCtx<Ctx, [u8]> for Dyn
[src]
Auto Trait Implementations
impl RefUnwindSafe for Dyn
impl Send for Dyn
impl Sync for Dyn
impl Unpin for Dyn
impl UnwindSafe for Dyn
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,