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