Struct lief::pe::signature::attributes::ContentType
pub struct ContentType<'a> { /* private fields */ }
Expand description
Interface over the structure described by the OID 1.2.840.113549.1.9.3
(PKCS #9)
The internal structure is described in the RFC #2985
ContentType ::= OBJECT IDENTIFIER
Implementations§
§impl ContentType<'_>
impl ContentType<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ContentType<'a>
impl<'a> !Send for ContentType<'a>
impl<'a> !Sync for ContentType<'a>
impl<'a> Unpin for ContentType<'a>
impl<'a> UnwindSafe for ContentType<'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