Struct goblin::mach::load_command::SourceVersionCommand
source · [−]Expand description
The source_version_command is an optional load command containing the version of the sources used to build the binary.
Fields
cmd: u32LC_SOURCE_VERSION
cmdsize: u32version: u64A.B.C.D.E packed as a24.b10.c10.d10.e10
Trait Implementations
sourceimpl Clone for SourceVersionCommand
impl Clone for SourceVersionCommand
sourcefn clone(&self) -> SourceVersionCommand
fn clone(&self) -> SourceVersionCommand
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SourceVersionCommand
impl Debug for SourceVersionCommand
sourceimpl FromCtx<Endian, [u8]> for SourceVersionCommand
impl FromCtx<Endian, [u8]> for SourceVersionCommand
sourceimpl<'a> IntoCtx<Endian, [u8]> for &'a SourceVersionCommand
impl<'a> IntoCtx<Endian, [u8]> for &'a SourceVersionCommand
sourceimpl IntoCtx<Endian, [u8]> for SourceVersionCommand
impl IntoCtx<Endian, [u8]> for SourceVersionCommand
sourceimpl<'a> TryFromCtx<'a, Endian, [u8]> for SourceVersionCommandwhere
SourceVersionCommand: 'a,
impl<'a> TryFromCtx<'a, Endian, [u8]> for SourceVersionCommandwhere
SourceVersionCommand: 'a,
sourceimpl<'a> TryIntoCtx<Endian, [u8]> for &'a SourceVersionCommand
impl<'a> TryIntoCtx<Endian, [u8]> for &'a SourceVersionCommand
sourceimpl TryIntoCtx<Endian, [u8]> for SourceVersionCommand
impl TryIntoCtx<Endian, [u8]> for SourceVersionCommand
impl Copy for SourceVersionCommand
Auto Trait Implementations
impl RefUnwindSafe for SourceVersionCommand
impl Send for SourceVersionCommand
impl Sync for SourceVersionCommand
impl Unpin for SourceVersionCommand
impl UnwindSafe for SourceVersionCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more