pub struct CPProgram;Expand description
CPProgram (875).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CPProgram
impl RefUnwindSafe for CPProgram
impl Send for CPProgram
impl Sync for CPProgram
impl Unpin for CPProgram
impl UnsafeUnpin for CPProgram
impl UnwindSafe for CPProgram
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