Struct windows_sys::Win32::Networking::WinInet::CookieDecision
[−]Expand description
Required features: "Win32_Networking_WinInet", "Win32_Foundation"
Fields
dwCookieState: u32fAllowSession: BOOLTrait Implementations
impl Clone for CookieDecision
impl Clone for CookieDecision
impl Copy for CookieDecision
Auto Trait Implementations
impl RefUnwindSafe for CookieDecision
impl Send for CookieDecision
impl Sync for CookieDecision
impl Unpin for CookieDecision
impl UnwindSafe for CookieDecision
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