pub struct WebGLFingerPrint {
pub renderer: Option<String>,
pub context_attributes: Option<WebGlContextAttributesFingerPrint>,
pub shader_precision: Option<ShaderPrecisionFingerPrint>,
pub supported_extensions: Vec<String>,
pub parameters: Option<WebGLParametersFingerPrint>,
pub webgl_image_hash: Option<u64>,
}
Fields§
§renderer: Option<String>
§context_attributes: Option<WebGlContextAttributesFingerPrint>
§shader_precision: Option<ShaderPrecisionFingerPrint>
§supported_extensions: Vec<String>
§parameters: Option<WebGLParametersFingerPrint>
§webgl_image_hash: Option<u64>
Implementations§
Trait Implementations§
Source§impl Clone for WebGLFingerPrint
impl Clone for WebGLFingerPrint
Source§fn clone(&self) -> WebGLFingerPrint
fn clone(&self) -> WebGLFingerPrint
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 WebGLFingerPrint
impl Debug for WebGLFingerPrint
Source§impl Default for WebGLFingerPrint
impl Default for WebGLFingerPrint
Source§fn default() -> WebGLFingerPrint
fn default() -> WebGLFingerPrint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebGLFingerPrint
impl RefUnwindSafe for WebGLFingerPrint
impl Send for WebGLFingerPrint
impl Sync for WebGLFingerPrint
impl Unpin for WebGLFingerPrint
impl UnwindSafe for WebGLFingerPrint
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