Struct windows_sys::Win32::NetworkManagement::Rras::MPR_INTERFACE_1
[−]#[repr(C)]pub struct MPR_INTERFACE_1 {
pub wszInterfaceName: [u16; 257],
pub hInterface: HANDLE,
pub fEnabled: BOOL,
pub dwIfType: ROUTER_INTERFACE_TYPE,
pub dwConnectionState: ROUTER_CONNECTION_STATE,
pub fUnReachabilityReasons: u32,
pub dwLastError: u32,
pub lpwsDialoutHoursRestriction: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
wszInterfaceName: [u16; 257]
hInterface: HANDLE
fEnabled: BOOL
dwIfType: ROUTER_INTERFACE_TYPE
dwConnectionState: ROUTER_CONNECTION_STATE
fUnReachabilityReasons: u32
dwLastError: u32
lpwsDialoutHoursRestriction: PWSTR
Trait Implementations
impl Clone for MPR_INTERFACE_1
impl Clone for MPR_INTERFACE_1
impl Copy for MPR_INTERFACE_1
Auto Trait Implementations
impl RefUnwindSafe for MPR_INTERFACE_1
impl !Send for MPR_INTERFACE_1
impl !Sync for MPR_INTERFACE_1
impl Unpin for MPR_INTERFACE_1
impl UnwindSafe for MPR_INTERFACE_1
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