Enum tugger_windows_codesign::SystemStore [−][src]
pub enum SystemStore {
My,
Root,
Trust,
Ca,
UserDs,
}Expand description
Defines a specific Windows certificate system store.
See https://docs.microsoft.com/en-us/windows/win32/seccrypto/system-store-locations for meanings.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SystemStore
impl Send for SystemStore
impl Sync for SystemStore
impl Unpin for SystemStore
impl UnwindSafe for SystemStore
Blanket Implementations
Mutably borrows from an owned value. Read more