Struct miniblink_sys::_tabblinkWebURLRequestPtr
source · #[repr(C)]pub struct _tabblinkWebURLRequestPtr { /* private fields */ }Trait Implementations§
source§impl Clone for _tabblinkWebURLRequestPtr
impl Clone for _tabblinkWebURLRequestPtr
source§fn clone(&self) -> _tabblinkWebURLRequestPtr
fn clone(&self) -> _tabblinkWebURLRequestPtr
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 moresource§impl Debug for _tabblinkWebURLRequestPtr
impl Debug for _tabblinkWebURLRequestPtr
impl Copy for _tabblinkWebURLRequestPtr
Auto Trait Implementations§
impl Freeze for _tabblinkWebURLRequestPtr
impl RefUnwindSafe for _tabblinkWebURLRequestPtr
impl Send for _tabblinkWebURLRequestPtr
impl Sync for _tabblinkWebURLRequestPtr
impl Unpin for _tabblinkWebURLRequestPtr
impl UnwindSafe for _tabblinkWebURLRequestPtr
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