Struct lief::macho::commands::dyld_environment::DyldEnvironment
pub struct DyldEnvironment<'a> { /* private fields */ }
Expand description
Structure that represents a LC_DYLD_ENVIRONMENT
command which is
used by the Mach-O linker/loader to initialize an environment variable
Implementations§
§impl DyldEnvironment<'_>
impl DyldEnvironment<'_>
Trait Implementations§
§impl Command for DyldEnvironment<'_>
impl Command for DyldEnvironment<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DyldEnvironment<'a>
impl<'a> !Send for DyldEnvironment<'a>
impl<'a> !Sync for DyldEnvironment<'a>
impl<'a> Unpin for DyldEnvironment<'a>
impl<'a> UnwindSafe for DyldEnvironment<'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