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