Struct windows_sys::Win32::NetworkManagement::Rras::RASDIALPARAMSA
[−]#[repr(C, packed(4))]pub struct RASDIALPARAMSA {
pub dwSize: u32,
pub szEntryName: [CHAR; 257],
pub szPhoneNumber: [CHAR; 129],
pub szCallbackNumber: [CHAR; 129],
pub szUserName: [CHAR; 257],
pub szPassword: [CHAR; 257],
pub szDomain: [CHAR; 16],
pub dwSubEntry: u32,
pub dwCallbackId: usize,
pub dwIfIndex: u32,
pub szEncPassword: PSTR,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
dwSize: u32
szEntryName: [CHAR; 257]
szPhoneNumber: [CHAR; 129]
szCallbackNumber: [CHAR; 129]
szUserName: [CHAR; 257]
szPassword: [CHAR; 257]
szDomain: [CHAR; 16]
dwSubEntry: u32
dwCallbackId: usize
dwIfIndex: u32
szEncPassword: PSTR
Trait Implementations
impl Clone for RASDIALPARAMSA
impl Clone for RASDIALPARAMSA
impl Copy for RASDIALPARAMSA
Auto Trait Implementations
impl RefUnwindSafe for RASDIALPARAMSA
impl !Send for RASDIALPARAMSA
impl !Sync for RASDIALPARAMSA
impl Unpin for RASDIALPARAMSA
impl UnwindSafe for RASDIALPARAMSA
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