#[repr(C)]pub struct EVT_RPC_LOGIN {
pub Server: LPWSTR,
pub User: LPWSTR,
pub Domain: LPWSTR,
pub Password: LPWSTR,
pub Flags: DWORD,
}Fields§
§Server: LPWSTR§User: LPWSTR§Domain: LPWSTR§Password: LPWSTR§Flags: DWORDTrait Implementations§
Source§impl Clone for EVT_RPC_LOGIN
impl Clone for EVT_RPC_LOGIN
Source§fn clone(&self) -> EVT_RPC_LOGIN
fn clone(&self) -> EVT_RPC_LOGIN
Returns a duplicate 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 moreSource§impl Default for EVT_RPC_LOGIN
impl Default for EVT_RPC_LOGIN
Source§fn default() -> EVT_RPC_LOGIN
fn default() -> EVT_RPC_LOGIN
Returns the “default value” for a type. Read more
impl Copy for EVT_RPC_LOGIN
Auto Trait Implementations§
impl Freeze for EVT_RPC_LOGIN
impl RefUnwindSafe for EVT_RPC_LOGIN
impl !Send for EVT_RPC_LOGIN
impl !Sync for EVT_RPC_LOGIN
impl Unpin for EVT_RPC_LOGIN
impl UnwindSafe for EVT_RPC_LOGIN
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