#[repr(C)]pub struct CWebView { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for CWebView
impl RefUnwindSafe for CWebView
impl Send for CWebView
impl Sync for CWebView
impl Unpin for CWebView
impl UnwindSafe for CWebView
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