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