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