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