Struct Fvmlib
struct Fvmlib<E: Endian> { ... }
Fields
name: LcStr<E>library's target pathname
minor_version: crate::endian::U32<E>library's minor version number
header_addr: crate::endian::U32<E>library's header address
Implementations
impl<E> Freeze for Fvmlib<E>
impl<E> RefUnwindSafe for Fvmlib<E>
impl<E> Send for Fvmlib<E>
impl<E> Sync for Fvmlib<E>
impl<E> Unpin for Fvmlib<E>
impl<E> UnwindSafe for Fvmlib<E>
impl<E: $crate::clone::Clone + Endian> Clone for Fvmlib<E>
fn clone(self: &Self) -> Fvmlib<E>
impl<E: $crate::fmt::Debug + Endian> Debug for Fvmlib<E>
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<E: $crate::marker::Copy + Endian> Copy for Fvmlib<E>
impl<E: Endian> Pod for Fvmlib<E>
impl<T> Any for Fvmlib<E>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Fvmlib<E>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Fvmlib<E>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for Fvmlib<E>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for Fvmlib<E>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for Fvmlib<E>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for Fvmlib<E>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Fvmlib<E>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Fvmlib<E>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>