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
impl<E: Clone + Endian> Clone for Dylib<E>
[src]
impl<E: Clone + Endian> Clone for Dylib<E>
[src]fn clone(&self) -> Dylib<E>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<E: Copy + Endian> Copy for Dylib<E>
[src]
impl<E: Endian> Pod for Dylib<E>
[src]
Auto Trait Implementations
impl<E> Send for Dylib<E> where
E: Send,
E: Send,
impl<E> Sync for Dylib<E> where
E: Sync,
E: Sync,
impl<E> Unpin for Dylib<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.