#[repr(C)]pub struct IncomingCookieState {
pub cSession: c_int,
pub cPersistent: c_int,
pub cAccepted: c_int,
pub cLeashed: c_int,
pub cDowngraded: c_int,
pub cBlocked: c_int,
pub pszLocation: LPCSTR,
}
Fields§
§cSession: c_int
§cPersistent: c_int
§cAccepted: c_int
§cLeashed: c_int
§cDowngraded: c_int
§cBlocked: c_int
§pszLocation: LPCSTR
Trait Implementations§
Source§impl Clone for IncomingCookieState
impl Clone for IncomingCookieState
Source§fn clone(&self) -> IncomingCookieState
fn clone(&self) -> IncomingCookieState
Returns a duplicate 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 moreSource§impl Default for IncomingCookieState
impl Default for IncomingCookieState
Source§fn default() -> IncomingCookieState
fn default() -> IncomingCookieState
Returns the “default value” for a type. Read more
impl Copy for IncomingCookieState
Auto Trait Implementations§
impl Freeze for IncomingCookieState
impl RefUnwindSafe for IncomingCookieState
impl !Send for IncomingCookieState
impl !Sync for IncomingCookieState
impl Unpin for IncomingCookieState
impl UnwindSafe for IncomingCookieState
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