#[repr(C)]pub struct _SEC_WINNT_AUTH_IDENTITY_W {
pub User: *mut c_ushort,
pub UserLength: c_ulong,
pub Domain: *mut c_ushort,
pub DomainLength: c_ulong,
pub Password: *mut c_ushort,
pub PasswordLength: c_ulong,
pub Flags: c_ulong,
}
Fields§
§User: *mut c_ushort
§UserLength: c_ulong
§Domain: *mut c_ushort
§DomainLength: c_ulong
§Password: *mut c_ushort
§PasswordLength: c_ulong
§Flags: c_ulong
Trait Implementations§
Source§impl Clone for _SEC_WINNT_AUTH_IDENTITY_W
impl Clone for _SEC_WINNT_AUTH_IDENTITY_W
Source§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 moreSource§impl Debug for _SEC_WINNT_AUTH_IDENTITY_W
impl Debug for _SEC_WINNT_AUTH_IDENTITY_W
Source§impl Ord for _SEC_WINNT_AUTH_IDENTITY_W
impl Ord for _SEC_WINNT_AUTH_IDENTITY_W
Source§fn cmp(&self, other: &_SEC_WINNT_AUTH_IDENTITY_W) -> Ordering
fn cmp(&self, other: &_SEC_WINNT_AUTH_IDENTITY_W) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _SEC_WINNT_AUTH_IDENTITY_W
impl PartialOrd for _SEC_WINNT_AUTH_IDENTITY_W
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