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