pub struct SymsegCommand {
pub cmd: LCLoadCommand,
pub cmdsize: u32,
pub offset: u32,
pub size: u32,
}Fields§
§cmd: LCLoadCommand§cmdsize: u32§offset: u32§size: u32Trait Implementations§
Source§impl Debug for SymsegCommand
impl Debug for SymsegCommand
Source§impl LoadCommandParser for SymsegCommand
impl LoadCommandParser for SymsegCommand
Source§impl PartialEq for SymsegCommand
impl PartialEq for SymsegCommand
Source§fn eq(&self, other: &SymsegCommand) -> bool
fn eq(&self, other: &SymsegCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SymsegCommand
impl StructuralPartialEq for SymsegCommand
Auto Trait Implementations§
impl Freeze for SymsegCommand
impl RefUnwindSafe for SymsegCommand
impl Send for SymsegCommand
impl Sync for SymsegCommand
impl Unpin for SymsegCommand
impl UnsafeUnpin for SymsegCommand
impl UnwindSafe for SymsegCommand
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