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