Struct windows::Networking::Vpn::VpnCredentialType
#[repr(transparent)]pub struct VpnCredentialType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl VpnCredentialType
impl VpnCredentialType
pub const UsernamePassword: Self = _
pub const UsernameOtpPin: Self = _
pub const UsernamePasswordAndPin: Self = _
pub const UsernamePasswordChange: Self = _
pub const SmartCard: Self = _
pub const ProtectedCertificate: Self = _
pub const UnProtectedCertificate: Self = _
Trait Implementations§
§impl Clone for VpnCredentialType
impl Clone for VpnCredentialType
§fn clone(&self) -> VpnCredentialType
fn clone(&self) -> VpnCredentialType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for VpnCredentialType
impl Debug for VpnCredentialType
§impl Default for VpnCredentialType
impl Default for VpnCredentialType
§fn default() -> VpnCredentialType
fn default() -> VpnCredentialType
Returns the “default value” for a type. Read more
§impl PartialEq for VpnCredentialType
impl PartialEq for VpnCredentialType
§fn eq(&self, other: &VpnCredentialType) -> bool
fn eq(&self, other: &VpnCredentialType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VpnCredentialType
impl Eq for VpnCredentialType
impl StructuralPartialEq for VpnCredentialType
Auto Trait Implementations§
impl Freeze for VpnCredentialType
impl RefUnwindSafe for VpnCredentialType
impl Send for VpnCredentialType
impl Sync for VpnCredentialType
impl Unpin for VpnCredentialType
impl UnwindSafe for VpnCredentialType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)