Struct object::macho::Dylib [−][src]
#[repr(C)]pub struct Dylib<E: Endian> {
pub name: LcStr<E>,
pub timestamp: U32<E>,
pub current_version: U32<E>,
pub compatibility_version: U32<E>,
}
Fields
name: LcStr<E>
library’s path name
timestamp: U32<E>
library’s build time stamp
current_version: U32<E>
library’s current version number
compatibility_version: U32<E>
library’s compatibility vers number
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for Dylib<E> where
E: RefUnwindSafe,
impl<E> UnwindSafe for Dylib<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more