Struct windows_sys::Win32::Networking::WinInet::COOKIE_DLG_INFO
[−]#[repr(C)]pub struct COOKIE_DLG_INFO {
pub pszServer: PWSTR,
pub pic: *mut INTERNET_COOKIE,
pub dwStopWarning: u32,
pub cx: i32,
pub cy: i32,
pub pszHeader: PWSTR,
pub dwOperation: u32,
}
Expand description
Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’
Fields
pszServer: PWSTR
pic: *mut INTERNET_COOKIE
dwStopWarning: u32
cx: i32
cy: i32
pszHeader: PWSTR
dwOperation: u32
Trait Implementations
impl Clone for COOKIE_DLG_INFO
impl Clone for COOKIE_DLG_INFO
impl Copy for COOKIE_DLG_INFO
Auto Trait Implementations
impl RefUnwindSafe for COOKIE_DLG_INFO
impl !Send for COOKIE_DLG_INFO
impl !Sync for COOKIE_DLG_INFO
impl Unpin for COOKIE_DLG_INFO
impl UnwindSafe for COOKIE_DLG_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more