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