#[repr(u32)]pub enum MsNetworkAccessServerType {
Unspecified,
TerminalServerGateway,
RemoteAccessServer,
DhcpServer,
WirelessAccessPoint,
Hra,
HcapServer,
Unknown(u32),
}Variants§
Unspecified
TerminalServerGateway
RemoteAccessServer
DhcpServer
WirelessAccessPoint
Hra
HcapServer
Unknown(u32)
Trait Implementations§
Source§impl Clone for MsNetworkAccessServerType
impl Clone for MsNetworkAccessServerType
Source§fn clone(&self) -> MsNetworkAccessServerType
fn clone(&self) -> MsNetworkAccessServerType
Returns a duplicate 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 moreSource§impl Debug for MsNetworkAccessServerType
impl Debug for MsNetworkAccessServerType
Source§impl From<MsNetworkAccessServerType> for u32
impl From<MsNetworkAccessServerType> for u32
Source§fn from(e: MsNetworkAccessServerType) -> Self
fn from(e: MsNetworkAccessServerType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for MsNetworkAccessServerType
impl From<u32> for MsNetworkAccessServerType
impl Copy for MsNetworkAccessServerType
impl Eq for MsNetworkAccessServerType
impl StructuralPartialEq for MsNetworkAccessServerType
Auto Trait Implementations§
impl Freeze for MsNetworkAccessServerType
impl RefUnwindSafe for MsNetworkAccessServerType
impl Send for MsNetworkAccessServerType
impl Sync for MsNetworkAccessServerType
impl Unpin for MsNetworkAccessServerType
impl UnwindSafe for MsNetworkAccessServerType
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