Struct windows_sys::Win32::Networking::WinInet::IncomingCookieState
[−]#[repr(C)]pub struct IncomingCookieState {
pub cSession: i32,
pub cPersistent: i32,
pub cAccepted: i32,
pub cLeashed: i32,
pub cDowngraded: i32,
pub cBlocked: i32,
pub pszLocation: PCSTR,
}
Expand description
Required features: "Win32_Networking_WinInet"
Fields
cSession: i32
cPersistent: i32
cAccepted: i32
cLeashed: i32
cDowngraded: i32
cBlocked: i32
pszLocation: PCSTR
Trait Implementations
impl Clone for IncomingCookieState
impl Clone for IncomingCookieState
impl Copy for IncomingCookieState
Auto Trait Implementations
impl RefUnwindSafe for IncomingCookieState
impl !Send for IncomingCookieState
impl !Sync for IncomingCookieState
impl Unpin for IncomingCookieState
impl UnwindSafe for IncomingCookieState
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