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