pub struct WebGLQuery(/* private fields */);
Trait Implementations§
Source§impl AsRef<Reference> for WebGLQuery
impl AsRef<Reference> for WebGLQuery
Source§impl Clone for WebGLQuery
impl Clone for WebGLQuery
Source§fn clone(&self) -> WebGLQuery
fn clone(&self) -> WebGLQuery
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 WebGLQuery
impl Debug for WebGLQuery
Source§impl From<WebGLQuery> for Reference
impl From<WebGLQuery> for Reference
Source§fn from(value: WebGLQuery) -> Self
fn from(value: WebGLQuery) -> Self
Converts to this type from the input type.
Source§impl InstanceOf for WebGLQuery
impl InstanceOf for WebGLQuery
Source§impl ReferenceType for WebGLQuery
impl ReferenceType for WebGLQuery
Source§unsafe fn from_reference_unchecked(reference: Reference) -> Self
unsafe fn from_reference_unchecked(reference: Reference) -> Self
Converts a given reference into a concrete reference-like wrapper.
Doesn’t do any type checking; highly unsafe to use!
Source§impl<'_r> TryFrom<&'_r Reference> for WebGLQuery
impl<'_r> TryFrom<&'_r Reference> for WebGLQuery
Source§impl<'_r> TryFrom<&'_r Value> for WebGLQuery
impl<'_r> TryFrom<&'_r Value> for WebGLQuery
Source§impl TryFrom<Reference> for WebGLQuery
impl TryFrom<Reference> for WebGLQuery
Source§impl TryFrom<Value> for WebGLQuery
impl TryFrom<Value> for WebGLQuery
Source§impl TryFrom<WebGLQuery> for Reference
impl TryFrom<WebGLQuery> for Reference
impl JsSerialize for WebGLQuery
Auto Trait Implementations§
impl Freeze for WebGLQuery
impl RefUnwindSafe for WebGLQuery
impl Send for WebGLQuery
impl Sync for WebGLQuery
impl Unpin for WebGLQuery
impl UnwindSafe for WebGLQuery
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