pub struct Note<'a> { /* private fields */ }
Expand description
Class that represent the LC_NOTE
command.
This command is used to include arbitrary notes or metadata within a binary.
Implementations§
§impl Note<'_>
impl Note<'_>
pub fn note_offset(&self) -> u64
pub fn note_offset(&self) -> u64
Offset of the data associated with this note
pub fn set_note_offset(&mut self, offset: u64)
pub fn set_note_size(&mut self, size: u64)
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Note<'a>
impl<'a> !Send for Note<'a>
impl<'a> !Sync for Note<'a>
impl<'a> Unpin for Note<'a>
impl<'a> !UnwindSafe for Note<'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