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