Struct goblin::mach::load_command::IdentCommand [−][src]
The ident_command contains a free format string table following the ident_command structure. The strings are null terminated and the size of the command is padded out with zero bytes to a multiple of 4 bytes/ (THIS IS OBSOLETE and no longer supported).
Fields
cmd: u32
LC_IDENT
cmdsize: u32
strings that follow this command
Trait Implementations
impl Clone for IdentCommand
[src][+]
impl Copy for IdentCommand
[src]
impl Debug for IdentCommand
[src][+]
impl FromCtx<Endian, [u8]> for IdentCommand
[src][+]
impl<'a> IntoCtx<Endian, [u8]> for &'a IdentCommand
[src][+]
impl IntoCtx<Endian, [u8]> for IdentCommand
[src][+]
impl SizeWith<Endian> for IdentCommand
[src][+]
impl<'a> TryFromCtx<'a, Endian, [u8]> for IdentCommand where
IdentCommand: 'a,
[src][+]
IdentCommand: 'a,
impl<'a> TryIntoCtx<Endian, [u8]> for &'a IdentCommand
[src][+]
impl TryIntoCtx<Endian, [u8]> for IdentCommand
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for IdentCommand
impl Send for IdentCommand
impl Sync for IdentCommand
impl Unpin for IdentCommand
impl UnwindSafe for IdentCommand
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,