Struct windows_sys::Win32::Networking::WinInet::INTERNET_AUTH_NOTIFY_DATA
#[repr(C)]pub struct INTERNET_AUTH_NOTIFY_DATA {
pub cbStruct: u32,
pub dwOptions: u32,
pub pfnNotify: PFN_AUTH_NOTIFY,
pub dwContext: usize,
}Fields§
§cbStruct: u32§dwOptions: u32§pfnNotify: PFN_AUTH_NOTIFY§dwContext: usizeTrait 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§
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