Enum windows_native::ntpsapi::PS_PROTECTED_SIGNER
source · #[repr(i32)]pub enum PS_PROTECTED_SIGNER {
PsProtectedSignerNone,
PsProtectedSignerAuthenticode,
PsProtectedSignerCodeGen,
PsProtectedSignerAntimalware,
PsProtectedSignerLsa,
PsProtectedSignerWindows,
PsProtectedSignerWinTcb,
PsProtectedSignerWinSystem,
PsProtectedSignerApp,
PsProtectedSignerMax,
}Variants§
PsProtectedSignerNone
PsProtectedSignerAuthenticode
PsProtectedSignerCodeGen
PsProtectedSignerAntimalware
PsProtectedSignerLsa
PsProtectedSignerWindows
PsProtectedSignerWinTcb
PsProtectedSignerWinSystem
PsProtectedSignerApp
PsProtectedSignerMax
Trait Implementations§
source§impl Clone for PS_PROTECTED_SIGNER
impl Clone for PS_PROTECTED_SIGNER
source§fn clone(&self) -> PS_PROTECTED_SIGNER
fn clone(&self) -> PS_PROTECTED_SIGNER
Returns a copy 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 Debug for PS_PROTECTED_SIGNER
impl Debug for PS_PROTECTED_SIGNER
source§impl Hash for PS_PROTECTED_SIGNER
impl Hash for PS_PROTECTED_SIGNER
source§impl PartialEq<PS_PROTECTED_SIGNER> for PS_PROTECTED_SIGNER
impl PartialEq<PS_PROTECTED_SIGNER> for PS_PROTECTED_SIGNER
source§fn eq(&self, other: &PS_PROTECTED_SIGNER) -> bool
fn eq(&self, other: &PS_PROTECTED_SIGNER) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PS_PROTECTED_SIGNER
impl Eq for PS_PROTECTED_SIGNER
impl StructuralEq for PS_PROTECTED_SIGNER
impl StructuralPartialEq for PS_PROTECTED_SIGNER
Auto Trait Implementations§
impl RefUnwindSafe for PS_PROTECTED_SIGNER
impl Send for PS_PROTECTED_SIGNER
impl Sync for PS_PROTECTED_SIGNER
impl Unpin for PS_PROTECTED_SIGNER
impl UnwindSafe for PS_PROTECTED_SIGNER
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