Struct windows_sys::Networking::Vpn::VpnCredentialType
[−]#[repr(transparent)]pub struct VpnCredentialType(pub i32);
Expand description
Required features: "Networking_Vpn"
Tuple Fields
0: i32
Implementations
impl VpnCredentialType
impl VpnCredentialType
pub const UsernamePassword: Self = Self(0i32)
pub const UsernameOtpPin: Self = Self(1i32)
pub const UsernamePasswordAndPin: Self = Self(2i32)
pub const UsernamePasswordChange: Self = Self(3i32)
pub const SmartCard: Self = Self(4i32)
pub const ProtectedCertificate: Self = Self(5i32)
pub const UnProtectedCertificate: Self = Self(6i32)
Trait Implementations
impl Clone for VpnCredentialType
impl Clone for VpnCredentialType
impl Copy for VpnCredentialType
Auto Trait Implementations
impl RefUnwindSafe for VpnCredentialType
impl Send for VpnCredentialType
impl Sync for VpnCredentialType
impl Unpin for VpnCredentialType
impl UnwindSafe for VpnCredentialType
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