#[repr(C)]pub struct INTERNET_AUTH_NOTIFY_DATA {
pub cbStruct: u32,
pub dwOptions: u32,
pub pfnNotify: PFN_AUTH_NOTIFY,
pub dwContext: usize,
}
Expand description
Required features: "Win32_Networking_WinInet"
Fields
cbStruct: u32
dwOptions: u32
pfnNotify: PFN_AUTH_NOTIFY
dwContext: usize
Trait Implementations
impl Clone for INTERNET_AUTH_NOTIFY_DATA
impl Clone for INTERNET_AUTH_NOTIFY_DATA
impl Copy for INTERNET_AUTH_NOTIFY_DATA
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_AUTH_NOTIFY_DATA
impl Send for INTERNET_AUTH_NOTIFY_DATA
impl Sync for INTERNET_AUTH_NOTIFY_DATA
impl Unpin for INTERNET_AUTH_NOTIFY_DATA
impl UnwindSafe for INTERNET_AUTH_NOTIFY_DATA
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