Struct lief::macho::commands::SourceVersion
pub struct SourceVersion<'a> { /* private fields */ }
Expand description
Class that represents the MachO LC_SOURCE_VERSION
This command is used to provide the version of the sources used to
build the binary.
Implementations§
Trait Implementations§
§impl Command for SourceVersion<'_>
impl Command for SourceVersion<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SourceVersion<'a>
impl<'a> !Send for SourceVersion<'a>
impl<'a> !Sync for SourceVersion<'a>
impl<'a> Unpin for SourceVersion<'a>
impl<'a> UnwindSafe for SourceVersion<'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