Struct windows_sys::Security::Cryptography::Certificates::InstallOptions
[−]#[repr(transparent)]pub struct InstallOptions(pub u32);
Expand description
Required features: ‘Security_Cryptography_Certificates’
Tuple Fields
0: u32
Implementations
impl InstallOptions
impl InstallOptions
pub const None: Self
pub const DeleteExpired: Self
Trait Implementations
impl Clone for InstallOptions
impl Clone for InstallOptions
impl Copy for InstallOptions
Auto Trait Implementations
impl RefUnwindSafe for InstallOptions
impl Send for InstallOptions
impl Sync for InstallOptions
impl Unpin for InstallOptions
impl UnwindSafe for InstallOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more