#[repr(C)]pub struct INTERNET_AUTH_NOTIFY_DATA {
pub cbStruct: DWORD,
pub dwOptions: DWORD,
pub pfnNotify: PFN_AUTH_NOTIFY,
pub dwContext: DWORD_PTR,
}
Fields§
§cbStruct: DWORD
§dwOptions: DWORD
§pfnNotify: PFN_AUTH_NOTIFY
§dwContext: DWORD_PTR
Trait Implementations§
Source§impl Clone for INTERNET_AUTH_NOTIFY_DATA
impl Clone for INTERNET_AUTH_NOTIFY_DATA
Source§fn clone(&self) -> INTERNET_AUTH_NOTIFY_DATA
fn clone(&self) -> INTERNET_AUTH_NOTIFY_DATA
Returns a duplicate 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 moreSource§impl Default for INTERNET_AUTH_NOTIFY_DATA
impl Default for INTERNET_AUTH_NOTIFY_DATA
Source§fn default() -> INTERNET_AUTH_NOTIFY_DATA
fn default() -> INTERNET_AUTH_NOTIFY_DATA
Returns the “default value” for a type. Read more
impl Copy for INTERNET_AUTH_NOTIFY_DATA
Auto Trait Implementations§
impl Freeze for INTERNET_AUTH_NOTIFY_DATA
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