Struct object::macho::BuildToolVersion [−][src]
Fields
tool: U32<E>
enum for the tool
version: U32<E>
version number of the tool
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for BuildToolVersion<E> where
E: RefUnwindSafe,
impl<E> Send for BuildToolVersion<E> where
E: Send,
impl<E> Sync for BuildToolVersion<E> where
E: Sync,
impl<E> Unpin for BuildToolVersion<E> where
E: Unpin,
impl<E> UnwindSafe for BuildToolVersion<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more