Struct EVT_RPC_LOGIN
#[repr(C)]pub struct EVT_RPC_LOGIN {
pub Server: PWSTR,
pub User: PWSTR,
pub Domain: PWSTR,
pub Password: PWSTR,
pub Flags: u32,
}Fields§
§Server: PWSTR§User: PWSTR§Domain: PWSTR§Password: PWSTR§Flags: u32Trait Implementations§
§impl Clone for EVT_RPC_LOGIN
impl Clone for EVT_RPC_LOGIN
§fn clone(&self) -> EVT_RPC_LOGIN
fn clone(&self) -> EVT_RPC_LOGIN
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 more§impl Debug for EVT_RPC_LOGIN
impl Debug for EVT_RPC_LOGIN
§impl Default for EVT_RPC_LOGIN
impl Default for EVT_RPC_LOGIN
§impl PartialEq for EVT_RPC_LOGIN
impl PartialEq for EVT_RPC_LOGIN
impl Copy for EVT_RPC_LOGIN
impl StructuralPartialEq 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