Struct browser_window_core::prelude::cbw_Cookie [−][src]
#[repr(C)]pub struct cbw_Cookie {
pub impl_: cbw_CookieImpl,
}
Fields
impl_: cbw_CookieImpl
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cbw_Cookie
impl !Send for cbw_Cookie
impl !Sync for cbw_Cookie
impl Unpin for cbw_Cookie
impl UnwindSafe for cbw_Cookie
Blanket Implementations
Mutably borrows from an owned value. Read more