Struct windows_sys::Win32::Networking::WinInet::INTERNET_CALLBACK_COOKIE
#[repr(C)]pub struct INTERNET_CALLBACK_COOKIE {
pub pcwszName: PCWSTR,
pub pcwszValue: PCWSTR,
pub pcwszDomain: PCWSTR,
pub pcwszPath: PCWSTR,
pub ftExpires: FILETIME,
pub dwFlags: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§pcwszName: PCWSTR§pcwszValue: PCWSTR§pcwszDomain: PCWSTR§pcwszPath: PCWSTR§ftExpires: FILETIME§dwFlags: u32Trait Implementations§
§impl Clone for INTERNET_CALLBACK_COOKIE
impl Clone for INTERNET_CALLBACK_COOKIE
impl Copy for INTERNET_CALLBACK_COOKIE
Auto Trait Implementations§
impl RefUnwindSafe for INTERNET_CALLBACK_COOKIE
impl !Send for INTERNET_CALLBACK_COOKIE
impl !Sync for INTERNET_CALLBACK_COOKIE
impl Unpin for INTERNET_CALLBACK_COOKIE
impl UnwindSafe for INTERNET_CALLBACK_COOKIE
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