Struct windows_sys::Win32::Data::Xml::MsXml::XHR_COOKIE
[−]#[repr(C)]pub struct XHR_COOKIE {
pub pwszUrl: PWSTR,
pub pwszName: PWSTR,
pub pwszValue: PWSTR,
pub pwszP3PPolicy: PWSTR,
pub ftExpires: FILETIME,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Data_Xml_MsXml"
, "Win32_Foundation"
Fields
pwszUrl: PWSTR
pwszName: PWSTR
pwszValue: PWSTR
pwszP3PPolicy: PWSTR
ftExpires: FILETIME
dwFlags: u32
Trait Implementations
impl Clone for XHR_COOKIE
impl Clone for XHR_COOKIE
impl Copy for XHR_COOKIE
Auto Trait Implementations
impl RefUnwindSafe for XHR_COOKIE
impl !Send for XHR_COOKIE
impl !Sync for XHR_COOKIE
impl Unpin for XHR_COOKIE
impl UnwindSafe for XHR_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