#[repr(C)]pub struct _COAUTHIDENTITY {
pub User: *mut USHORT,
pub UserLength: ULONG,
pub Domain: *mut USHORT,
pub DomainLength: ULONG,
pub Password: *mut USHORT,
pub PasswordLength: ULONG,
pub Flags: ULONG,
}
Fields§
§User: *mut USHORT
§UserLength: ULONG
§Domain: *mut USHORT
§DomainLength: ULONG
§Password: *mut USHORT
§PasswordLength: ULONG
§Flags: ULONG
Trait Implementations§
Source§impl Clone for _COAUTHIDENTITY
impl Clone for _COAUTHIDENTITY
Source§fn clone(&self) -> _COAUTHIDENTITY
fn clone(&self) -> _COAUTHIDENTITY
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 _COAUTHIDENTITY
impl Debug for _COAUTHIDENTITY
Source§impl Ord for _COAUTHIDENTITY
impl Ord for _COAUTHIDENTITY
Source§fn cmp(&self, other: &_COAUTHIDENTITY) -> Ordering
fn cmp(&self, other: &_COAUTHIDENTITY) -> 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 PartialEq for _COAUTHIDENTITY
impl PartialEq for _COAUTHIDENTITY
Source§impl PartialOrd for _COAUTHIDENTITY
impl PartialOrd for _COAUTHIDENTITY
impl Copy for _COAUTHIDENTITY
impl Eq for _COAUTHIDENTITY
impl StructuralPartialEq for _COAUTHIDENTITY
Auto Trait Implementations§
impl Freeze for _COAUTHIDENTITY
impl RefUnwindSafe for _COAUTHIDENTITY
impl !Send for _COAUTHIDENTITY
impl !Sync for _COAUTHIDENTITY
impl Unpin for _COAUTHIDENTITY
impl UnwindSafe for _COAUTHIDENTITY
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