pub struct GLShaderBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct GLShader
objects.
Implementations§
Auto Trait Implementations§
impl Freeze for GLShaderBuilder
impl RefUnwindSafe for GLShaderBuilder
impl !Send for GLShaderBuilder
impl !Sync for GLShaderBuilder
impl Unpin for GLShaderBuilder
impl UnwindSafe for GLShaderBuilder
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