pub trait Command {
// Provided methods
fn size(&self) -> u32 { ... }
fn offset(&self) -> u64 { ... }
fn command_type(&self) -> LoadCommandTypes { ... }
fn data(&self) -> &[u8] ⓘ { ... }
}
Expand description
Trait shared by all the load command: Commands
Provided Methods§
fn command_type(&self) -> LoadCommandTypes
fn command_type(&self) -> LoadCommandTypes
The command’s type