Struct 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,
}Fields§
§cSession: i32§cPersistent: i32§cAccepted: i32§cLeashed: i32§cDowngraded: i32§cBlocked: i32§pszLocation: PCSTRTrait Implementations§
§impl Clone for IncomingCookieState
impl Clone for IncomingCookieState
§fn clone(&self) -> IncomingCookieState
fn clone(&self) -> IncomingCookieState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IncomingCookieState
Auto Trait Implementations§
impl !Send for IncomingCookieState
impl !Sync for IncomingCookieState
impl Freeze for IncomingCookieState
impl RefUnwindSafe for IncomingCookieState
impl Unpin for IncomingCookieState
impl UnsafeUnpin 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