Struct windows_sys::Win32::Networking::WinInet::INTERNET_COOKIE2
[−]#[repr(C)]pub struct INTERNET_COOKIE2 {
pub pwszName: PWSTR,
pub pwszValue: PWSTR,
pub pwszDomain: PWSTR,
pub pwszPath: PWSTR,
pub dwFlags: u32,
pub ftExpires: FILETIME,
pub fExpiresSet: BOOL,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
pwszName: PWSTR
pwszValue: PWSTR
pwszDomain: PWSTR
pwszPath: PWSTR
dwFlags: u32
ftExpires: FILETIME
fExpiresSet: BOOL
Trait Implementations
impl Clone for INTERNET_COOKIE2
impl Clone for INTERNET_COOKIE2
impl Copy for INTERNET_COOKIE2
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_COOKIE2
impl !Send for INTERNET_COOKIE2
impl !Sync for INTERNET_COOKIE2
impl Unpin for INTERNET_COOKIE2
impl UnwindSafe for INTERNET_COOKIE2
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