pub struct VertexArray { /* private fields */ }
Implementations§
Source§impl VertexArray
impl VertexArray
pub fn generate(gl: &GlContext) -> Result<VertexArray>
pub fn id(&self) -> VertexArray
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VertexArray
impl RefUnwindSafe for VertexArray
impl !Send for VertexArray
impl !Sync for VertexArray
impl Unpin for VertexArray
impl UnwindSafe for VertexArray
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