Struct lief::pe::signature::attributes::MsSpcStatementType
pub struct MsSpcStatementType<'a> { /* private fields */ }
Expand description
Interface over the structure described by the OID 1.3.6.1.4.1.311.2.1.11
The internal structure is described in the official document: Windows Authenticode Portable Executable Signature Format
SpcStatementType ::= SEQUENCE of OBJECT IDENTIFIER
Implementations§
§impl MsSpcStatementType<'_>
impl MsSpcStatementType<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for MsSpcStatementType<'a>
impl<'a> !Send for MsSpcStatementType<'a>
impl<'a> !Sync for MsSpcStatementType<'a>
impl<'a> Unpin for MsSpcStatementType<'a>
impl<'a> UnwindSafe for MsSpcStatementType<'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