pub struct ISPC;
Implementations§
Auto Trait Implementations§
impl Freeze for ISPC
impl RefUnwindSafe for ISPC
impl Send for ISPC
impl Sync for ISPC
impl Unpin for ISPC
impl UnwindSafe for ISPC
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