Struct lief::pe::signature::content_info::Generic
pub struct Generic<'a> { /* private fields */ }
Implementations§
Trait Implementations§
§impl ContentTrait for Generic<'_>
impl ContentTrait for Generic<'_>
§fn content_type(&self) -> String
fn content_type(&self) -> String
Return the OID that describes this content info.
In the case of the PE authenticode, it should return
SPC_INDIRECT_DATA_OBJID (1.3.6.1.4.1.311.2.1.4)
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Generic<'a>
impl<'a> !Send for Generic<'a>
impl<'a> !Sync for Generic<'a>
impl<'a> Unpin for Generic<'a>
impl<'a> UnwindSafe for Generic<'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