#[repr(C)]pub struct dylib {
pub name: lc_str,
pub timestamp: uint32_t,
pub current_version: uint32_t,
pub compatibility_version: uint32_t,
}
Fields§
§name: lc_str
§timestamp: uint32_t
§current_version: uint32_t
§compatibility_version: uint32_t
Trait Implementations§
impl Copy for dylib
Auto Trait Implementations§
impl Freeze for dylib
impl RefUnwindSafe for dylib
impl Send for dylib
impl Sync for dylib
impl Unpin for dylib
impl UnwindSafe for dylib
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more