Struct windows_sys::Win32::Networking::WinInet::INTERNET_COOKIE
[−]#[repr(C)]pub struct INTERNET_COOKIE {
pub cbSize: u32,
pub pszName: PSTR,
pub pszData: PSTR,
pub pszDomain: PSTR,
pub pszPath: PSTR,
pub pftExpires: *mut FILETIME,
pub dwFlags: u32,
pub pszUrl: PSTR,
pub pszP3PPolicy: PSTR,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
cbSize: u32
pszName: PSTR
pszData: PSTR
pszDomain: PSTR
pszPath: PSTR
pftExpires: *mut FILETIME
dwFlags: u32
pszUrl: PSTR
pszP3PPolicy: PSTR
Trait Implementations
impl Clone for INTERNET_COOKIE
impl Clone for INTERNET_COOKIE
impl Copy for INTERNET_COOKIE
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_COOKIE
impl !Send for INTERNET_COOKIE
impl !Sync for INTERNET_COOKIE
impl Unpin for INTERNET_COOKIE
impl UnwindSafe for INTERNET_COOKIE
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