Struct lief::macho::commands::CodeSignature
pub struct CodeSignature<'a> { /* private fields */ }
Expand description
Structure that represents the LC_CODE_SIGNATURE
command
Implementations§
§impl CodeSignature<'_>
impl CodeSignature<'_>
Trait Implementations§
§impl Command for CodeSignature<'_>
impl Command for CodeSignature<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for CodeSignature<'a>
impl<'a> !Send for CodeSignature<'a>
impl<'a> !Sync for CodeSignature<'a>
impl<'a> Unpin for CodeSignature<'a>
impl<'a> UnwindSafe for CodeSignature<'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