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