Struct lief::macho::commands::SegmentSplitInfo
pub struct SegmentSplitInfo<'a> { /* private fields */ }
Expand description
Structure that represents the LC_SEGMENT_SPLIT_INFO
command
Implementations§
§impl SegmentSplitInfo<'_>
impl SegmentSplitInfo<'_>
Trait Implementations§
§impl Command for SegmentSplitInfo<'_>
impl Command for SegmentSplitInfo<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SegmentSplitInfo<'a>
impl<'a> !Send for SegmentSplitInfo<'a>
impl<'a> !Sync for SegmentSplitInfo<'a>
impl<'a> Unpin for SegmentSplitInfo<'a>
impl<'a> UnwindSafe for SegmentSplitInfo<'a>
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