pub struct EnablerVertexAttribArray { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnablerVertexAttribArray
impl RefUnwindSafe for EnablerVertexAttribArray
impl !Send for EnablerVertexAttribArray
impl !Sync for EnablerVertexAttribArray
impl Unpin for EnablerVertexAttribArray
impl UnwindSafe for EnablerVertexAttribArray
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