Struct object::macho::PrebindCksumCommand
source · #[repr(C)]pub struct PrebindCksumCommand<E: Endian> {
pub cmd: U32<E>,
pub cmdsize: U32<E>,
pub cksum: U32<E>,
}
Fields§
§cmd: U32<E>
LC_PREBIND_CKSUM
cmdsize: U32<E>
sizeof(struct PrebindCksumCommand)
cksum: U32<E>
the check sum or zero
Trait Implementations§
source§impl<E: Clone + Endian> Clone for PrebindCksumCommand<E>
impl<E: Clone + Endian> Clone for PrebindCksumCommand<E>
source§fn clone(&self) -> PrebindCksumCommand<E>
fn clone(&self) -> PrebindCksumCommand<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