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 = Self(0i32)
pub const Exportable: Self = Self(1i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more