Struct windows_sys::Networking::Vpn::VpnAuthenticationMethod
[−]#[repr(transparent)]pub struct VpnAuthenticationMethod(pub i32);
Expand description
Required features: "Networking_Vpn"
Tuple Fields
0: i32
Implementations
impl VpnAuthenticationMethod
impl VpnAuthenticationMethod
pub const Mschapv2: Self = Self(0i32)
pub const Eap: Self = Self(1i32)
pub const Certificate: Self = Self(2i32)
Trait Implementations
impl Clone for VpnAuthenticationMethod
impl Clone for VpnAuthenticationMethod
impl Copy for VpnAuthenticationMethod
Auto Trait Implementations
impl RefUnwindSafe for VpnAuthenticationMethod
impl Send for VpnAuthenticationMethod
impl Sync for VpnAuthenticationMethod
impl Unpin for VpnAuthenticationMethod
impl UnwindSafe for VpnAuthenticationMethod
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