Struct object::macho::Fvmlib [−][src]
#[repr(C)]pub struct Fvmlib<E: Endian> {
pub name: LcStr<E>,
pub minor_version: U32<E>,
pub header_addr: U32<E>,
}
Fields
name: LcStr<E>
library’s target pathname
minor_version: U32<E>
library’s minor version number
header_addr: U32<E>
library’s header address
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for Fvmlib<E> where
E: RefUnwindSafe,
impl<E> UnwindSafe for Fvmlib<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more