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
pub const PackageFamilyName: Self = Self(0i32)
pub const FullyQualifiedBinaryName: Self = Self(1i32)
pub const FilePath: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more