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