Struct windows_sys::Security::Cryptography::Certificates::ExportOption
[−]#[repr(transparent)]pub struct ExportOption(pub i32);
Expand description
Required features: ‘Security_Cryptography_Certificates’
Tuple Fields
0: i32
Implementations
impl ExportOption
impl ExportOption
pub const NotExportable: Self
pub const Exportable: Self
Trait Implementations
impl Clone for ExportOption
impl Clone for ExportOption
impl Copy for ExportOption
Auto Trait Implementations
impl RefUnwindSafe for ExportOption
impl Send for ExportOption
impl Sync for ExportOption
impl Unpin for ExportOption
impl UnwindSafe for ExportOption
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