#[repr(C)]pub struct _COAUTHINFO {
pub dwAuthnSvc: DWORD,
pub dwAuthzSvc: DWORD,
pub pwszServerPrincName: LPWSTR,
pub dwAuthnLevel: DWORD,
pub dwImpersonationLevel: DWORD,
pub pAuthIdentityData: *mut COAUTHIDENTITY,
pub dwCapabilities: DWORD,
}Fields§
§dwAuthnSvc: DWORD§dwAuthzSvc: DWORD§pwszServerPrincName: LPWSTR§dwAuthnLevel: DWORD§dwImpersonationLevel: DWORD§pAuthIdentityData: *mut COAUTHIDENTITY§dwCapabilities: DWORDTrait Implementations§
Source§impl Clone for _COAUTHINFO
impl Clone for _COAUTHINFO
Source§fn clone(&self) -> _COAUTHINFO
fn clone(&self) -> _COAUTHINFO
Returns a duplicate 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 _COAUTHINFO
impl Debug for _COAUTHINFO
impl Copy for _COAUTHINFO
Auto Trait Implementations§
impl Freeze for _COAUTHINFO
impl RefUnwindSafe for _COAUTHINFO
impl !Send for _COAUTHINFO
impl !Sync for _COAUTHINFO
impl Unpin for _COAUTHINFO
impl UnwindSafe for _COAUTHINFO
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