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