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