Struct RASCREDENTIALSW
#[repr(C)]pub struct RASCREDENTIALSW {
pub dwSize: u32,
pub dwMask: u32,
pub szUserName: [u16; 257],
pub szPassword: [u16; 257],
pub szDomain: [u16; 16],
}
Fields§
§dwSize: u32
§dwMask: u32
§szUserName: [u16; 257]
§szPassword: [u16; 257]
§szDomain: [u16; 16]
Trait Implementations§
§impl Clone for RASCREDENTIALSW
impl Clone for RASCREDENTIALSW
§fn clone(&self) -> RASCREDENTIALSW
fn clone(&self) -> RASCREDENTIALSW
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 RASCREDENTIALSW
Auto Trait Implementations§
impl Freeze for RASCREDENTIALSW
impl RefUnwindSafe for RASCREDENTIALSW
impl Send for RASCREDENTIALSW
impl Sync for RASCREDENTIALSW
impl Unpin for RASCREDENTIALSW
impl UnwindSafe for RASCREDENTIALSW
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