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