Struct lief::macho::commands::VersionMin
pub struct VersionMin<'a> { /* private fields */ }
Expand description
Structure that wraps the LC_VERSION_MIN_MACOSX, LC_VERSION_MIN_IPHONEOS, ...
commands.
Implementations§
Trait Implementations§
§impl Command for VersionMin<'_>
impl Command for VersionMin<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for VersionMin<'a>
impl<'a> !Send for VersionMin<'a>
impl<'a> !Sync for VersionMin<'a>
impl<'a> Unpin for VersionMin<'a>
impl<'a> UnwindSafe for VersionMin<'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