Struct MFP_ACQUIRE_USER_CREDENTIAL_EVENT
#[repr(C)]pub struct MFP_ACQUIRE_USER_CREDENTIAL_EVENT {
pub header: MFP_EVENT_HEADER,
pub dwUserData: usize,
pub fProceedWithAuthentication: BOOL,
pub hrAuthenticationStatus: HRESULT,
pub pwszURL: PCWSTR,
pub pwszSite: PCWSTR,
pub pwszRealm: PCWSTR,
pub pwszPackage: PCWSTR,
pub nRetries: i32,
pub flags: u32,
pub pCredential: ManuallyDrop<Option<IMFNetCredential>>,
}
Fields§
§header: MFP_EVENT_HEADER
§dwUserData: usize
§fProceedWithAuthentication: BOOL
§hrAuthenticationStatus: HRESULT
§pwszURL: PCWSTR
§pwszSite: PCWSTR
§pwszRealm: PCWSTR
§pwszPackage: PCWSTR
§nRetries: i32
§flags: u32
§pCredential: ManuallyDrop<Option<IMFNetCredential>>
Trait Implementations§
§impl Clone for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl Clone for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
§fn clone(&self) -> MFP_ACQUIRE_USER_CREDENTIAL_EVENT
fn clone(&self) -> MFP_ACQUIRE_USER_CREDENTIAL_EVENT
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 MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl Debug for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl StructuralPartialEq for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
Auto Trait Implementations§
impl Freeze for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl RefUnwindSafe for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl !Send for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl !Sync for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl Unpin for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl UnwindSafe for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
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