pub struct DataInCodeEntry {
pub offset: u32,
pub length: u16,
pub kind: u16,
}Expand description
The LC_DATA_IN_CODE load commands uses a LinkEditData
to point to an array of DataInCodeEntry entries.
Each entry describes a range of data in a code section.
Fields§
§offset: u32§length: u16§kind: u16Auto Trait Implementations§
impl Freeze for DataInCodeEntry
impl RefUnwindSafe for DataInCodeEntry
impl Send for DataInCodeEntry
impl Sync for DataInCodeEntry
impl Unpin for DataInCodeEntry
impl UnwindSafe for DataInCodeEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more