Struct windows_sys::Win32::System::EventLog::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
impl Copy for EVT_RPC_LOGIN
Auto Trait Implementations§
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