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