pub struct Unknown<'a> { /* private fields */ }
Expand description
Generic structure when the command is not recognized by LIEF (e.g private LC_xxx
command)
Implementations§
§impl Unknown<'_>
impl Unknown<'_>
pub fn original_command(&self) -> u64
pub fn original_command(&self) -> u64
The original LC_
int that is not supported by LIEF
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Unknown<'a>
impl<'a> !Send for Unknown<'a>
impl<'a> !Sync for Unknown<'a>
impl<'a> Unpin for Unknown<'a>
impl<'a> UnwindSafe for Unknown<'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