#[repr(C)]pub struct _WebKitHitTestResultPrivate { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _WebKitHitTestResultPrivate
impl !Send for _WebKitHitTestResultPrivate
impl !Sync for _WebKitHitTestResultPrivate
impl !Unpin for _WebKitHitTestResultPrivate
impl UnwindSafe for _WebKitHitTestResultPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more