pub struct FrameOpenGLTextureName<'frame> { /* private fields */ }Expand description
Borrowed OpenGL texture object name tied to an active texture frame.
Implementations§
Source§impl<'frame> FrameOpenGLTextureName<'frame>
impl<'frame> FrameOpenGLTextureName<'frame>
Trait Implementations§
Source§impl<'frame> Clone for FrameOpenGLTextureName<'frame>
impl<'frame> Clone for FrameOpenGLTextureName<'frame>
Source§fn clone(&self) -> FrameOpenGLTextureName<'frame>
fn clone(&self) -> FrameOpenGLTextureName<'frame>
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 FrameOpenGLTextureName<'_>
impl Debug for FrameOpenGLTextureName<'_>
Source§impl<'frame> Hash for FrameOpenGLTextureName<'frame>
impl<'frame> Hash for FrameOpenGLTextureName<'frame>
Source§impl<'frame> PartialEq for FrameOpenGLTextureName<'frame>
impl<'frame> PartialEq for FrameOpenGLTextureName<'frame>
Source§fn eq(&self, other: &FrameOpenGLTextureName<'frame>) -> bool
fn eq(&self, other: &FrameOpenGLTextureName<'frame>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'frame> Copy for FrameOpenGLTextureName<'frame>
impl<'frame> Eq for FrameOpenGLTextureName<'frame>
impl<'frame> StructuralPartialEq for FrameOpenGLTextureName<'frame>
Auto Trait Implementations§
impl<'frame> Freeze for FrameOpenGLTextureName<'frame>
impl<'frame> RefUnwindSafe for FrameOpenGLTextureName<'frame>
impl<'frame> !Send for FrameOpenGLTextureName<'frame>
impl<'frame> !Sync for FrameOpenGLTextureName<'frame>
impl<'frame> Unpin for FrameOpenGLTextureName<'frame>
impl<'frame> UnsafeUnpin for FrameOpenGLTextureName<'frame>
impl<'frame> UnwindSafe for FrameOpenGLTextureName<'frame>
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