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