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: u32pszName: PSTRpszData: PSTRpszDomain: PSTRpszPath: PSTRpftExpires: *mut FILETIMEdwFlags: u32pszUrl: PSTRpszP3PPolicy: PSTRTrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more