pub struct BLQDProgram { /* private fields */ }Expand description
Opaque handle wrapping a Program.
Auto Trait Implementations§
impl Freeze for BLQDProgram
impl RefUnwindSafe for BLQDProgram
impl Send for BLQDProgram
impl Sync for BLQDProgram
impl Unpin for BLQDProgram
impl UnwindSafe for BLQDProgram
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