Struct windows_sys::Win32::NetworkManagement::Rras::RASCONNSTATUSA
#[repr(C)]pub struct RASCONNSTATUSA {
pub dwSize: u32,
pub rasconnstate: RASCONNSTATE,
pub dwError: u32,
pub szDeviceType: [u8; 17],
pub szDeviceName: [u8; 129],
pub szPhoneNumber: [u8; 129],
pub localEndPoint: RASTUNNELENDPOINT,
pub remoteEndPoint: RASTUNNELENDPOINT,
pub rasconnsubstate: RASCONNSUBSTATE,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§dwSize: u32
§rasconnstate: RASCONNSTATE
§dwError: u32
§szDeviceType: [u8; 17]
§szDeviceName: [u8; 129]
§szPhoneNumber: [u8; 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§
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