pub struct WebGLRSTransformFeedback<'ctx> { /* private fields */ }
Implementations§
Source§impl<'ctx> WebGLRSTransformFeedback<'ctx>
impl<'ctx> WebGLRSTransformFeedback<'ctx>
Trait Implementations§
Source§impl<'ctx> Clone for WebGLRSTransformFeedback<'ctx>
impl<'ctx> Clone for WebGLRSTransformFeedback<'ctx>
Source§fn clone(&self) -> WebGLRSTransformFeedback<'ctx>
fn clone(&self) -> WebGLRSTransformFeedback<'ctx>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'ctx> Freeze for WebGLRSTransformFeedback<'ctx>
impl<'ctx> RefUnwindSafe for WebGLRSTransformFeedback<'ctx>
impl<'ctx> !Send for WebGLRSTransformFeedback<'ctx>
impl<'ctx> !Sync for WebGLRSTransformFeedback<'ctx>
impl<'ctx> Unpin for WebGLRSTransformFeedback<'ctx>
impl<'ctx> UnwindSafe for WebGLRSTransformFeedback<'ctx>
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