pub struct RPath<'a> { /* private fields */ }
Expand description
Structure that represents the LC_RPATH
command.
This command is used to add path for searching libraries
associated with the @rpath
prefix.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for RPath<'a>
impl<'a> !Send for RPath<'a>
impl<'a> !Sync for RPath<'a>
impl<'a> Unpin for RPath<'a>
impl<'a> UnwindSafe for RPath<'a>
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