Struct RASDIALPARAMSW
#[repr(C, packed(4))]pub struct RASDIALPARAMSW {
pub dwSize: u32,
pub szEntryName: [u16; 257],
pub szPhoneNumber: [u16; 129],
pub szCallbackNumber: [u16; 129],
pub szUserName: [u16; 257],
pub szPassword: [u16; 257],
pub szDomain: [u16; 16],
pub dwSubEntry: u32,
pub dwCallbackId: usize,
pub dwIfIndex: u32,
pub szEncPassword: PWSTR,
}Fields§
§dwSize: u32§szEntryName: [u16; 257]§szPhoneNumber: [u16; 129]§szCallbackNumber: [u16; 129]§szUserName: [u16; 257]§szPassword: [u16; 257]§szDomain: [u16; 16]§dwSubEntry: u32§dwCallbackId: usize§dwIfIndex: u32§szEncPassword: PWSTRTrait Implementations§
§impl Clone for RASDIALPARAMSW
impl Clone for RASDIALPARAMSW
§fn clone(&self) -> RASDIALPARAMSW
fn clone(&self) -> RASDIALPARAMSW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Default for RASDIALPARAMSW
Available on AArch64 or target_arch=arm64ec or x86-64 only.
impl Default for RASDIALPARAMSW
Available on AArch64 or
target_arch=arm64ec or x86-64 only.impl Copy for RASDIALPARAMSW
Auto Trait Implementations§
impl Freeze for RASDIALPARAMSW
impl RefUnwindSafe for RASDIALPARAMSW
impl !Send for RASDIALPARAMSW
impl !Sync for RASDIALPARAMSW
impl Unpin for RASDIALPARAMSW
impl UnwindSafe for RASDIALPARAMSW
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