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