Enum lief::macho::commands::LoadCommandTypes
pub enum LoadCommandTypes {
Show 56 variants
BuildVersion,
CodeSignature,
DataInCode,
DyldChainedFixups,
DyldEnvironment,
DyldExportsTrie,
DyldInfo,
DyldInfoOnly,
DylibCodeSignDrs,
Dysymtab,
EncryptionInfo,
EncryptionInfo64,
FilesetEntry,
FunctionStarts,
Fvmfile,
Ident,
Idfvmlib,
IdDylib,
IdDylinker,
LazyLoadDylib,
LinkerOptimizationHint,
LinkerOption,
LoadFvmLib,
LoadDylib,
LoadDylinker,
LoadUpwardDylib,
LoadWeakDylib,
Main,
Note,
PrebindCksum,
PreboundDylib,
Prepage,
ReExportDylib,
Routines,
Routines64,
Rpath,
Segment,
Segment64,
SegmentSplitInfo,
SourceVersion,
SubClient,
SubFramework,
SubLibrary,
SubUmbrella,
Symseg,
Symtab,
Thread,
TwoLevelHints,
Unixthread,
Uuid,
VersionMinIphoneOS,
VersionMinMacOSX,
VersionMinTvOS,
VersionMinWatchOS,
LiefUnknown,
Unknown(u64),
}
Variants§
BuildVersion
CodeSignature
DataInCode
DyldChainedFixups
DyldEnvironment
DyldExportsTrie
DyldInfo
DyldInfoOnly
DylibCodeSignDrs
Dysymtab
EncryptionInfo
EncryptionInfo64
FilesetEntry
FunctionStarts
Fvmfile
Ident
Idfvmlib
IdDylib
IdDylinker
LazyLoadDylib
LinkerOptimizationHint
LinkerOption
LoadFvmLib
LoadDylib
LoadDylinker
LoadUpwardDylib
LoadWeakDylib
Main
Note
PrebindCksum
PreboundDylib
Prepage
ReExportDylib
Routines
Routines64
Rpath
Segment
Segment64
SegmentSplitInfo
SourceVersion
SubClient
SubFramework
SubLibrary
SubUmbrella
Symseg
Symtab
Thread
TwoLevelHints
Unixthread
Uuid
VersionMinIphoneOS
VersionMinMacOSX
VersionMinTvOS
VersionMinWatchOS
LiefUnknown
Unknown(u64)
Implementations§
§impl LoadCommandTypes
impl LoadCommandTypes
pub fn from_value(value: u64) -> Self
Trait Implementations§
§impl Clone for LoadCommandTypes
impl Clone for LoadCommandTypes
§fn clone(&self) -> LoadCommandTypes
fn clone(&self) -> LoadCommandTypes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for LoadCommandTypes
impl Debug for LoadCommandTypes
impl Copy for LoadCommandTypes
Auto Trait Implementations§
impl RefUnwindSafe for LoadCommandTypes
impl Send for LoadCommandTypes
impl Sync for LoadCommandTypes
impl Unpin for LoadCommandTypes
impl UnwindSafe for LoadCommandTypes
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