Struct object::macho::FvmfileCommand
source · #[repr(C)]pub struct FvmfileCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub name: LcStr<E>,
pub header_addr: U32<E>,
}
Fields§
§cmd: U32<E>
LC_FVMFILE
cmdsize: U32<E>
includes pathname string
name: LcStr<E>
files pathname
header_addr: U32<E>
files virtual address
Trait Implementations§
source§impl<E: Clone + Endian> Clone for FvmfileCommand<E>
impl<E: Clone + Endian> Clone for FvmfileCommand<E>
source§fn clone(&self) -> FvmfileCommand<E>
fn clone(&self) -> FvmfileCommand<E>
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