Struct lief::pe::code_integrity::CodeIntegrity
pub struct CodeIntegrity<'a> { /* private fields */ }
Implementations§
§impl CodeIntegrity<'_>
impl CodeIntegrity<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for CodeIntegrity<'a>
impl<'a> !Send for CodeIntegrity<'a>
impl<'a> !Sync for CodeIntegrity<'a>
impl<'a> Unpin for CodeIntegrity<'a>
impl<'a> UnwindSafe for CodeIntegrity<'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