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