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