pub struct WebGLContextEvent(/* private fields */);
Implementations§
Source§impl WebGLContextEvent
impl WebGLContextEvent
pub fn status_message(&self) -> String
Trait Implementations§
Source§impl AsRef<Reference> for WebGLContextEvent
impl AsRef<Reference> for WebGLContextEvent
Source§impl Clone for WebGLContextEvent
impl Clone for WebGLContextEvent
Source§fn clone(&self) -> WebGLContextEvent
fn clone(&self) -> WebGLContextEvent
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 WebGLContextEvent
impl Debug for WebGLContextEvent
Source§impl From<WebGLContextEvent> for Reference
impl From<WebGLContextEvent> for Reference
Source§fn from(value: WebGLContextEvent) -> Self
fn from(value: WebGLContextEvent) -> Self
Converts to this type from the input type.
Source§impl InstanceOf for WebGLContextEvent
impl InstanceOf for WebGLContextEvent
Source§impl ReferenceType for WebGLContextEvent
impl ReferenceType for WebGLContextEvent
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 WebGLContextEvent
impl<'_r> TryFrom<&'_r Reference> for WebGLContextEvent
Source§impl<'_r> TryFrom<&'_r Value> for WebGLContextEvent
impl<'_r> TryFrom<&'_r Value> for WebGLContextEvent
Source§impl TryFrom<Reference> for WebGLContextEvent
impl TryFrom<Reference> for WebGLContextEvent
Source§impl TryFrom<Value> for WebGLContextEvent
impl TryFrom<Value> for WebGLContextEvent
Source§impl TryFrom<WebGLContextEvent> for Reference
impl TryFrom<WebGLContextEvent> for Reference
impl JsSerialize for WebGLContextEvent
Auto Trait Implementations§
impl Freeze for WebGLContextEvent
impl RefUnwindSafe for WebGLContextEvent
impl Send for WebGLContextEvent
impl Sync for WebGLContextEvent
impl Unpin for WebGLContextEvent
impl UnwindSafe for WebGLContextEvent
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