#[repr(transparent)]pub struct WebViewControlProcessCapabilityState(pub i32);
Expand description
Required features: "Web_UI_Interop"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Copy for WebViewControlProcessCapabilityState
Auto Trait Implementations
impl RefUnwindSafe for WebViewControlProcessCapabilityState
impl Send for WebViewControlProcessCapabilityState
impl Sync for WebViewControlProcessCapabilityState
impl Unpin for WebViewControlProcessCapabilityState
impl UnwindSafe for WebViewControlProcessCapabilityState
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