Struct lief::pe::signature::attributes::GenericType
pub struct GenericType<'a> { /* private fields */ }
Expand description
Interface over an attribute for which the internal structure is not supported by LIEF
Implementations§
§impl GenericType<'_>
impl GenericType<'_>
pub fn raw_content(&self) -> &[u8] ⓘ
pub fn raw_content(&self) -> &[u8] ⓘ
Original DER blob of the attribute
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for GenericType<'a>
impl<'a> !Send for GenericType<'a>
impl<'a> !Sync for GenericType<'a>
impl<'a> Unpin for GenericType<'a>
impl<'a> UnwindSafe for GenericType<'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