Struct windows_sys::Web::UI::WebViewControlPermissionType
[−]#[repr(transparent)]pub struct WebViewControlPermissionType(pub i32);
Expand description
Required features: ‘Web_UI’
Tuple Fields
0: i32
Implementations
impl WebViewControlPermissionType
impl WebViewControlPermissionType
pub const Geolocation: Self
pub const UnlimitedIndexedDBQuota: Self
pub const Media: Self
pub const PointerLock: Self
pub const WebNotifications: Self
pub const Screen: Self
pub const ImmersiveView: Self
Trait Implementations
impl Clone for WebViewControlPermissionType
impl Clone for WebViewControlPermissionType
impl Copy for WebViewControlPermissionType
Auto Trait Implementations
impl RefUnwindSafe for WebViewControlPermissionType
impl Send for WebViewControlPermissionType
impl Sync for WebViewControlPermissionType
impl Unpin for WebViewControlPermissionType
impl UnwindSafe for WebViewControlPermissionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more