Struct MFNetCredentialManagerGetParam
#[repr(C)]pub struct MFNetCredentialManagerGetParam {
pub hrOp: HRESULT,
pub fAllowLoggedOnUser: BOOL,
pub fClearTextPackage: BOOL,
pub pszUrl: PCWSTR,
pub pszSite: PCWSTR,
pub pszRealm: PCWSTR,
pub pszPackage: PCWSTR,
pub nRetries: i32,
}
Fields§
§hrOp: HRESULT
§fAllowLoggedOnUser: BOOL
§fClearTextPackage: BOOL
§pszUrl: PCWSTR
§pszSite: PCWSTR
§pszRealm: PCWSTR
§pszPackage: PCWSTR
§nRetries: i32
Trait Implementations§
§impl Clone for MFNetCredentialManagerGetParam
impl Clone for MFNetCredentialManagerGetParam
§fn clone(&self) -> MFNetCredentialManagerGetParam
fn clone(&self) -> MFNetCredentialManagerGetParam
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 MFNetCredentialManagerGetParam
impl Debug for MFNetCredentialManagerGetParam
§impl Default for MFNetCredentialManagerGetParam
impl Default for MFNetCredentialManagerGetParam
§impl PartialEq for MFNetCredentialManagerGetParam
impl PartialEq for MFNetCredentialManagerGetParam
impl Copy for MFNetCredentialManagerGetParam
impl StructuralPartialEq for MFNetCredentialManagerGetParam
Auto Trait Implementations§
impl Freeze for MFNetCredentialManagerGetParam
impl RefUnwindSafe for MFNetCredentialManagerGetParam
impl !Send for MFNetCredentialManagerGetParam
impl !Sync for MFNetCredentialManagerGetParam
impl Unpin for MFNetCredentialManagerGetParam
impl UnwindSafe for MFNetCredentialManagerGetParam
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