Struct windows_sys::Win32::NetworkManagement::WebDav::DAV_CALLBACK_CRED
[−]#[repr(C)]pub struct DAV_CALLBACK_CRED {
pub AuthBlob: DAV_CALLBACK_AUTH_BLOB,
pub UNPBlob: DAV_CALLBACK_AUTH_UNP,
pub bAuthBlobValid: BOOL,
pub bSave: BOOL,
}
Expand description
Required features: "Win32_NetworkManagement_WebDav"
, "Win32_Foundation"
Fields
AuthBlob: DAV_CALLBACK_AUTH_BLOB
UNPBlob: DAV_CALLBACK_AUTH_UNP
bAuthBlobValid: BOOL
bSave: BOOL
Trait Implementations
impl Clone for DAV_CALLBACK_CRED
impl Clone for DAV_CALLBACK_CRED
impl Copy for DAV_CALLBACK_CRED
Auto Trait Implementations
impl RefUnwindSafe for DAV_CALLBACK_CRED
impl !Send for DAV_CALLBACK_CRED
impl !Sync for DAV_CALLBACK_CRED
impl Unpin for DAV_CALLBACK_CRED
impl UnwindSafe for DAV_CALLBACK_CRED
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more