pub struct Output<E>where
E: Default + IntoVpiHandle,{ /* private fields */ }Trait Implementations§
Source§impl<E> FromVpiHandle for Output<E>where
E: Default + IntoVpiHandle,
impl<E> FromVpiHandle for Output<E>where
E: Default + IntoVpiHandle,
unsafe fn from_vpi_handle(handle: vpiHandle) -> Result<Self>
Auto Trait Implementations§
impl<E> Freeze for Output<E>where
E: Freeze,
impl<E> RefUnwindSafe for Output<E>where
E: RefUnwindSafe,
impl<E> !Send for Output<E>
impl<E> !Sync for Output<E>
impl<E> Unpin for Output<E>where
E: Unpin,
impl<E> UnwindSafe for Output<E>where
E: 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