pub struct Program<R: Resources> { /* private fields */ }
Expand description
A program
Implementations§
Trait Implementations§
impl<R: Resources + Eq> Eq for Program<R>
Auto Trait Implementations§
impl<R> Freeze for Program<R>
impl<R> RefUnwindSafe for Program<R>
impl<R> Send for Program<R>
impl<R> Sync for Program<R>
impl<R> Unpin for Program<R>
impl<R> UnwindSafe for Program<R>
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