pub struct Vm<const N: usize, T: Device> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize, T> RefUnwindSafe for Vm<N, T>where T: RefUnwindSafe,
impl<const N: usize, T> Send for Vm<N, T>where T: Send,
impl<const N: usize, T> Sync for Vm<N, T>where T: Sync,
impl<const N: usize, T> Unpin for Vm<N, T>where T: Unpin,
impl<const N: usize, T> UnwindSafe for Vm<N, T>where T: UnwindSafe,
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