Struct lief::pe::signature::signer_info::SignerInfo
pub struct SignerInfo<'a> { /* private fields */ }Implementations§
§impl<'a> SignerInfo<'a>
impl<'a> SignerInfo<'a>
pub fn authenticated_attributes(&self) -> AuthenticatedAttributes<'_> ⓘ
pub fn unauthenticated_attributes(&self) -> UnAuthenticatedAttributes<'_> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SignerInfo<'a>
impl<'a> !Send for SignerInfo<'a>
impl<'a> !Sync for SignerInfo<'a>
impl<'a> Unpin for SignerInfo<'a>
impl<'a> UnwindSafe for SignerInfo<'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