Struct WebViewControlPermissionType
#[repr(transparent)]pub struct WebViewControlPermissionType(pub i32);Tuple Fields§
§0: i32Implementations§
§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
§fn clone(&self) -> WebViewControlPermissionType
fn clone(&self) -> WebViewControlPermissionType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for WebViewControlPermissionType
impl Debug for WebViewControlPermissionType
§impl Default for WebViewControlPermissionType
impl Default for WebViewControlPermissionType
§fn default() -> WebViewControlPermissionType
fn default() -> WebViewControlPermissionType
Returns the “default value” for a type. Read more
§impl PartialEq for WebViewControlPermissionType
impl PartialEq for WebViewControlPermissionType
impl Copy for WebViewControlPermissionType
impl Eq for WebViewControlPermissionType
impl StructuralPartialEq for WebViewControlPermissionType
Auto Trait Implementations§
impl Freeze for WebViewControlPermissionType
impl RefUnwindSafe for WebViewControlPermissionType
impl Send for WebViewControlPermissionType
impl Sync for WebViewControlPermissionType
impl Unpin for WebViewControlPermissionType
impl UnwindSafe for WebViewControlPermissionType
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