Struct lief::pe::signature::attributes::MsManifestBinaryID
pub struct MsManifestBinaryID<'a> { /* private fields */ }
Expand description
Interface over the structure described by the OID 1.3.6.1.4.1.311.10.3.28
(szOID_PLATFORM_MANIFEST_BINARY_ID)
The internal structure is not documented but we can infer the following structure:
szOID_PLATFORM_MANIFEST_BINARY_ID ::= SET OF BinaryID
BinaryID
being an alias of UTF8STRING
Implementations§
§impl MsManifestBinaryID<'_>
impl MsManifestBinaryID<'_>
pub fn manifest_id(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for MsManifestBinaryID<'a>
impl<'a> !Send for MsManifestBinaryID<'a>
impl<'a> !Sync for MsManifestBinaryID<'a>
impl<'a> Unpin for MsManifestBinaryID<'a>
impl<'a> UnwindSafe for MsManifestBinaryID<'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