Struct windows::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,
}
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
§fn clone(&self) -> INTERNET_COOKIE2
fn clone(&self) -> INTERNET_COOKIE2
Returns a copy 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 more§impl Debug for INTERNET_COOKIE2
impl Debug for INTERNET_COOKIE2
§impl Default for INTERNET_COOKIE2
impl Default for INTERNET_COOKIE2
§impl PartialEq for INTERNET_COOKIE2
impl PartialEq for INTERNET_COOKIE2
§fn eq(&self, other: &INTERNET_COOKIE2) -> bool
fn eq(&self, other: &INTERNET_COOKIE2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for INTERNET_COOKIE2
impl Eq for INTERNET_COOKIE2
impl StructuralPartialEq for INTERNET_COOKIE2
Auto Trait Implementations§
impl Freeze for INTERNET_COOKIE2
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)