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