#[repr(C)]pub struct SimValue {
pub m_handle: HAL_SimValueHandle,
}Expand description
C++ wrapper around a HAL simulator value handle.
Fields§
§m_handle: HAL_SimValueHandleTrait Implementations§
Auto Trait Implementations§
impl Freeze for SimValue
impl RefUnwindSafe for SimValue
impl Send for SimValue
impl Sync for SimValue
impl Unpin for SimValue
impl UnwindSafe for SimValue
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