Struct windows_sys::Networking::Vpn::VpnAuthenticationMethod
[−]#[repr(transparent)]pub struct VpnAuthenticationMethod(pub i32);Expand description
Required features: ‘Networking_Vpn’
Tuple Fields
0: i32Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more