Struct windows_sys::Networking::Vpn::VpnManagementErrorStatus
[−]#[repr(transparent)]pub struct VpnManagementErrorStatus(pub i32);
Expand description
Required features: "Networking_Vpn"
Tuple Fields
0: i32
Implementations
impl VpnManagementErrorStatus
impl VpnManagementErrorStatus
pub const Ok: Self = Self(0i32)
pub const Other: Self = Self(1i32)
pub const InvalidXmlSyntax: Self = Self(2i32)
pub const ProfileNameTooLong: Self = Self(3i32)
pub const ProfileInvalidAppId: Self = Self(4i32)
pub const AccessDenied: Self = Self(5i32)
pub const CannotFindProfile: Self = Self(6i32)
pub const AlreadyDisconnecting: Self = Self(7i32)
pub const AlreadyConnected: Self = Self(8i32)
pub const GeneralAuthenticationFailure: Self = Self(9i32)
pub const EapFailure: Self = Self(10i32)
pub const SmartCardFailure: Self = Self(11i32)
pub const CertificateFailure: Self = Self(12i32)
pub const ServerConfiguration: Self = Self(13i32)
pub const NoConnection: Self = Self(14i32)
pub const ServerConnection: Self = Self(15i32)
pub const UserNamePassword: Self = Self(16i32)
pub const DnsNotResolvable: Self = Self(17i32)
pub const InvalidIP: Self = Self(18i32)
Trait Implementations
impl Clone for VpnManagementErrorStatus
impl Clone for VpnManagementErrorStatus
impl Copy for VpnManagementErrorStatus
Auto Trait Implementations
impl RefUnwindSafe for VpnManagementErrorStatus
impl Send for VpnManagementErrorStatus
impl Sync for VpnManagementErrorStatus
impl Unpin for VpnManagementErrorStatus
impl UnwindSafe for VpnManagementErrorStatus
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