Struct windows_sys::Win32::NetworkManagement::Rras::RASCREDENTIALSA
[−]#[repr(C)]pub struct RASCREDENTIALSA {
pub dwSize: u32,
pub dwMask: u32,
pub szUserName: [CHAR; 257],
pub szPassword: [CHAR; 257],
pub szDomain: [CHAR; 16],
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
dwSize: u32
dwMask: u32
szUserName: [CHAR; 257]
szPassword: [CHAR; 257]
szDomain: [CHAR; 16]
Trait Implementations
impl Clone for RASCREDENTIALSA
impl Clone for RASCREDENTIALSA
impl Copy for RASCREDENTIALSA
Auto Trait Implementations
impl RefUnwindSafe for RASCREDENTIALSA
impl Send for RASCREDENTIALSA
impl Sync for RASCREDENTIALSA
impl Unpin for RASCREDENTIALSA
impl UnwindSafe for RASCREDENTIALSA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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