pub struct GLProgram {
pub gl_program: GLuint,
/* private fields */
}Fields§
§gl_program: GLuintTrait Implementations§
Auto Trait Implementations§
impl Freeze for GLProgram
impl RefUnwindSafe for GLProgram
impl Send for GLProgram
impl Sync for GLProgram
impl Unpin for GLProgram
impl UnwindSafe for GLProgram
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