Struct windows_sys::Win32::NetworkManagement::Rras::RASCONNA
[−]#[repr(C, packed(4))]pub struct RASCONNA {
pub dwSize: u32,
pub hrasconn: HRASCONN,
pub szEntryName: [CHAR; 257],
pub szDeviceType: [CHAR; 17],
pub szDeviceName: [CHAR; 129],
pub szPhonebook: [CHAR; 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: [CHAR; 257]
szDeviceType: [CHAR; 17]
szDeviceName: [CHAR; 129]
szPhonebook: [CHAR; 260]
dwSubEntry: u32
guidEntry: GUID
dwFlags: u32
luid: LUID
guidCorrelationId: GUID
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RASCONNA
impl Send for RASCONNA
impl Sync for RASCONNA
impl Unpin for RASCONNA
impl UnwindSafe for RASCONNA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more