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: i32cPersistent: i32cAccepted: i32cLeashed: i32cDowngraded: i32cBlocked: i32pszLocation: PCSTRTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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