Struct windows_sys::Win32::NetworkManagement::Rras::RASCONNW
[−]#[repr(C, packed(4))]pub struct RASCONNW {
pub dwSize: u32,
pub hrasconn: HRASCONN,
pub szEntryName: [u16; 257],
pub szDeviceType: [u16; 17],
pub szDeviceName: [u16; 129],
pub szPhonebook: [u16; 260],
pub dwSubEntry: u32,
pub guidEntry: GUID,
pub dwFlags: u32,
pub luid: LUID,
pub guidCorrelationId: GUID,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
dwSize: u32
hrasconn: HRASCONN
szEntryName: [u16; 257]
szDeviceType: [u16; 17]
szDeviceName: [u16; 129]
szPhonebook: [u16; 260]
dwSubEntry: u32
guidEntry: GUID
dwFlags: u32
luid: LUID
guidCorrelationId: GUID
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RASCONNW
impl Send for RASCONNW
impl Sync for RASCONNW
impl Unpin for RASCONNW
impl UnwindSafe for RASCONNW
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