Struct browser_window::prelude::cbw_CookieIteratorImpl
#[repr(C)]pub struct cbw_CookieIteratorImpl {
pub index: usize,
pub visitor_ptr: *mut c_void,
}
Fields§
§index: usize
§visitor_ptr: *mut c_void
Trait Implementations§
§impl Clone for cbw_CookieIteratorImpl
impl Clone for cbw_CookieIteratorImpl
§fn clone(&self) -> cbw_CookieIteratorImpl
fn clone(&self) -> cbw_CookieIteratorImpl
Returns a copy 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 more§impl Debug for cbw_CookieIteratorImpl
impl Debug for cbw_CookieIteratorImpl
impl Copy for cbw_CookieIteratorImpl
Auto Trait Implementations§
impl RefUnwindSafe for cbw_CookieIteratorImpl
impl !Send for cbw_CookieIteratorImpl
impl !Sync for cbw_CookieIteratorImpl
impl Unpin for cbw_CookieIteratorImpl
impl UnwindSafe for cbw_CookieIteratorImpl
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