pub struct BrowserCapabilities {
pub WasmSupported: bool,
pub WebWorkerSupported: bool,
pub WebSocketSupported: bool,
pub SharedArrayBufferSupported: bool,
}Expand description
Browser capabilities detection.
Fields§
§WasmSupported: bool§WebWorkerSupported: bool§WebSocketSupported: boolTrait Implementations§
Source§impl Clone for BrowserCapabilities
impl Clone for BrowserCapabilities
Source§fn clone(&self) -> BrowserCapabilities
fn clone(&self) -> BrowserCapabilities
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 moreSource§impl Debug for BrowserCapabilities
impl Debug for BrowserCapabilities
Auto Trait Implementations§
impl Freeze for BrowserCapabilities
impl RefUnwindSafe for BrowserCapabilities
impl Send for BrowserCapabilities
impl Sync for BrowserCapabilities
impl Unpin for BrowserCapabilities
impl UnsafeUnpin for BrowserCapabilities
impl UnwindSafe for BrowserCapabilities
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