Struct lief::pe::signature::attributes::SpcSpOpusInfo
pub struct SpcSpOpusInfo<'a> { /* private fields */ }
Expand description
Interface over the structure described by the OID 1.3.6.1.4.1.311.2.1.12
The internal structure is described in the official document: Windows Authenticode Portable Executable Signature Format
SpcSpOpusInfo ::= SEQUENCE {
programName [0] EXPLICIT SpcString OPTIONAL,
moreInfo [1] EXPLICIT SpcLink OPTIONAL
}
Implementations§
§impl SpcSpOpusInfo<'_>
impl SpcSpOpusInfo<'_>
pub fn program_name(&self) -> String
pub fn program_name(&self) -> String
Program description provided by the publisher
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SpcSpOpusInfo<'a>
impl<'a> !Send for SpcSpOpusInfo<'a>
impl<'a> !Sync for SpcSpOpusInfo<'a>
impl<'a> Unpin for SpcSpOpusInfo<'a>
impl<'a> UnwindSafe for SpcSpOpusInfo<'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