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