Struct windows::Win32::System::Rpc::SEC_WINNT_AUTH_IDENTITY_W
#[repr(C)]pub struct SEC_WINNT_AUTH_IDENTITY_W {
pub User: *mut u16,
pub UserLength: u32,
pub Domain: *mut u16,
pub DomainLength: u32,
pub Password: *mut u16,
pub PasswordLength: u32,
pub Flags: SEC_WINNT_AUTH_IDENTITY,
}
Fields§
§User: *mut u16
§UserLength: u32
§Domain: *mut u16
§DomainLength: u32
§Password: *mut u16
§PasswordLength: u32
§Flags: SEC_WINNT_AUTH_IDENTITY
Trait Implementations§
§impl Clone for SEC_WINNT_AUTH_IDENTITY_W
impl Clone for SEC_WINNT_AUTH_IDENTITY_W
§fn clone(&self) -> SEC_WINNT_AUTH_IDENTITY_W
fn clone(&self) -> SEC_WINNT_AUTH_IDENTITY_W
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 SEC_WINNT_AUTH_IDENTITY_W
impl Debug for SEC_WINNT_AUTH_IDENTITY_W
§impl Default for SEC_WINNT_AUTH_IDENTITY_W
impl Default for SEC_WINNT_AUTH_IDENTITY_W
§impl PartialEq for SEC_WINNT_AUTH_IDENTITY_W
impl PartialEq for SEC_WINNT_AUTH_IDENTITY_W
§fn eq(&self, other: &SEC_WINNT_AUTH_IDENTITY_W) -> bool
fn eq(&self, other: &SEC_WINNT_AUTH_IDENTITY_W) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SEC_WINNT_AUTH_IDENTITY_W
impl Eq for SEC_WINNT_AUTH_IDENTITY_W
impl StructuralPartialEq for SEC_WINNT_AUTH_IDENTITY_W
Auto Trait Implementations§
impl Freeze for SEC_WINNT_AUTH_IDENTITY_W
impl RefUnwindSafe for SEC_WINNT_AUTH_IDENTITY_W
impl !Send for SEC_WINNT_AUTH_IDENTITY_W
impl !Sync for SEC_WINNT_AUTH_IDENTITY_W
impl Unpin for SEC_WINNT_AUTH_IDENTITY_W
impl UnwindSafe for SEC_WINNT_AUTH_IDENTITY_W
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)