Struct 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,
}
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
§fn clone(&self) -> XHR_COOKIE
fn clone(&self) -> XHR_COOKIE
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 XHR_COOKIE
impl Debug for XHR_COOKIE
§impl PartialEq for XHR_COOKIE
impl PartialEq for XHR_COOKIE
impl Copy for XHR_COOKIE
impl StructuralPartialEq for XHR_COOKIE
Auto Trait Implementations§
impl Freeze for XHR_COOKIE
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§
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