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