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