Struct RASDIALPARAMSA
#[repr(C, packed(4))]pub struct RASDIALPARAMSA {
pub dwSize: u32,
pub szEntryName: [i8; 257],
pub szPhoneNumber: [i8; 129],
pub szCallbackNumber: [i8; 129],
pub szUserName: [i8; 257],
pub szPassword: [i8; 257],
pub szDomain: [i8; 16],
pub dwSubEntry: u32,
pub dwCallbackId: usize,
pub dwIfIndex: u32,
pub szEncPassword: PSTR,
}
Fields§
§dwSize: u32
§szEntryName: [i8; 257]
§szPhoneNumber: [i8; 129]
§szCallbackNumber: [i8; 129]
§szUserName: [i8; 257]
§szPassword: [i8; 257]
§szDomain: [i8; 16]
§dwSubEntry: u32
§dwCallbackId: usize
§dwIfIndex: u32
§szEncPassword: PSTR
Trait Implementations§
§impl Clone for RASDIALPARAMSA
impl Clone for RASDIALPARAMSA
§fn clone(&self) -> RASDIALPARAMSA
fn clone(&self) -> RASDIALPARAMSA
Returns a copy 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 moreimpl Copy for RASDIALPARAMSA
Auto Trait Implementations§
impl Freeze for RASDIALPARAMSA
impl RefUnwindSafe for RASDIALPARAMSA
impl !Send for RASDIALPARAMSA
impl !Sync for RASDIALPARAMSA
impl Unpin for RASDIALPARAMSA
impl UnwindSafe for RASDIALPARAMSA
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