pub struct LcLinkeditData {
pub dataoff: u32,
pub datasize: u32,
}Expand description
Body of every linkedit_data_command-shaped load command
(LC_CODE_SIGNATURE, LC_FUNCTION_STARTS, LC_DATA_IN_CODE,
LC_DYLD_EXPORTS_TRIE, LC_DYLD_CHAINED_FIXUPS, …).
Fields§
§dataoff: u32§datasize: u32Implementations§
Trait Implementations§
Source§impl Clone for LcLinkeditData
impl Clone for LcLinkeditData
Source§fn clone(&self) -> LcLinkeditData
fn clone(&self) -> LcLinkeditData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LcLinkeditData
impl Debug for LcLinkeditData
Source§impl PartialEq for LcLinkeditData
impl PartialEq for LcLinkeditData
Source§fn eq(&self, other: &LcLinkeditData) -> bool
fn eq(&self, other: &LcLinkeditData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LcLinkeditData
impl Eq for LcLinkeditData
impl StructuralPartialEq for LcLinkeditData
Auto Trait Implementations§
impl Freeze for LcLinkeditData
impl RefUnwindSafe for LcLinkeditData
impl Send for LcLinkeditData
impl Sync for LcLinkeditData
impl Unpin for LcLinkeditData
impl UnsafeUnpin for LcLinkeditData
impl UnwindSafe for LcLinkeditData
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