pub struct GlTexture(/* private fields */);Implementations§
Trait Implementations§
impl Copy for GlTexture
impl Eq for GlTexture
impl StructuralPartialEq for GlTexture
Auto Trait Implementations§
impl Freeze for GlTexture
impl RefUnwindSafe for GlTexture
impl Send for GlTexture
impl Sync for GlTexture
impl Unpin for GlTexture
impl UnsafeUnpin for GlTexture
impl UnwindSafe for GlTexture
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