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 = Self(0i32)
pub const UnlimitedIndexedDBQuota: Self = Self(1i32)
pub const Media: Self = Self(2i32)
pub const PointerLock: Self = Self(3i32)
pub const WebNotifications: Self = Self(4i32)
pub const Screen: Self = Self(5i32)
pub const ImmersiveView: Self = Self(6i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more