#[repr(transparent)]pub struct LinkMap(pub link_map);
Tuple Fields§
§0: link_map
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkMap
impl RefUnwindSafe for LinkMap
impl !Send for LinkMap
impl !Sync for LinkMap
impl Unpin for LinkMap
impl UnwindSafe for LinkMap
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