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