pub struct PeAuthenticodes {
pub signatures: Vec<AuthenSig>,
}Fields§
§signatures: Vec<AuthenSig>Implementations§
Source§impl PeAuthenticodes
impl PeAuthenticodes
pub fn parse(pe: &VecPE) -> Result<PeAuthenticodes, AttributeCertificateError>
Trait Implementations§
Source§impl Clone for PeAuthenticodes
impl Clone for PeAuthenticodes
Source§fn clone(&self) -> PeAuthenticodes
fn clone(&self) -> PeAuthenticodes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PeAuthenticodes
impl Default for PeAuthenticodes
Source§fn default() -> PeAuthenticodes
fn default() -> PeAuthenticodes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PeAuthenticodes
impl<'de> Deserialize<'de> for PeAuthenticodes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PeAuthenticodes
impl Display for PeAuthenticodes
Source§impl Ord for PeAuthenticodes
impl Ord for PeAuthenticodes
Source§fn cmp(&self, other: &PeAuthenticodes) -> Ordering
fn cmp(&self, other: &PeAuthenticodes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PeAuthenticodes
impl PartialEq for PeAuthenticodes
Source§impl PartialOrd for PeAuthenticodes
impl PartialOrd for PeAuthenticodes
Source§impl Serialize for PeAuthenticodes
impl Serialize for PeAuthenticodes
impl Eq for PeAuthenticodes
impl StructuralPartialEq for PeAuthenticodes
Auto Trait Implementations§
impl Freeze for PeAuthenticodes
impl RefUnwindSafe for PeAuthenticodes
impl Send for PeAuthenticodes
impl Sync for PeAuthenticodes
impl Unpin for PeAuthenticodes
impl UnwindSafe for PeAuthenticodes
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