Struct lief::pe::signature::content_info::ContentInfo
pub struct ContentInfo<'a> { /* private fields */ }Implementations§
§impl ContentInfo<'_>
impl ContentInfo<'_>
pub fn content_type(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ContentInfo<'a>
impl<'a> !Send for ContentInfo<'a>
impl<'a> !Sync for ContentInfo<'a>
impl<'a> Unpin for ContentInfo<'a>
impl<'a> UnwindSafe for ContentInfo<'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