Struct windows_sys::Win32::NetworkManagement::Rras::RASCONNSTATUSA
[−]#[repr(C)]pub struct RASCONNSTATUSA {
pub dwSize: u32,
pub rasconnstate: RASCONNSTATE,
pub dwError: u32,
pub szDeviceType: [CHAR; 17],
pub szDeviceName: [CHAR; 129],
pub szPhoneNumber: [CHAR; 129],
pub localEndPoint: RASTUNNELENDPOINT,
pub remoteEndPoint: RASTUNNELENDPOINT,
pub rasconnsubstate: RASCONNSUBSTATE,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
, "Win32_Networking_WinSock"
Fields
dwSize: u32
rasconnstate: RASCONNSTATE
dwError: u32
szDeviceType: [CHAR; 17]
szDeviceName: [CHAR; 129]
szPhoneNumber: [CHAR; 129]
localEndPoint: RASTUNNELENDPOINT
remoteEndPoint: RASTUNNELENDPOINT
rasconnsubstate: RASCONNSUBSTATE
Trait Implementations
impl Clone for RASCONNSTATUSA
impl Clone for RASCONNSTATUSA
impl Copy for RASCONNSTATUSA
Auto Trait Implementations
impl RefUnwindSafe for RASCONNSTATUSA
impl Send for RASCONNSTATUSA
impl Sync for RASCONNSTATUSA
impl Unpin for RASCONNSTATUSA
impl UnwindSafe for RASCONNSTATUSA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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