pub struct SIM { /* private fields */ }
Expand description
System Integration Module
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SIM
impl RefUnwindSafe for SIM
impl !Sync for SIM
impl Unpin for SIM
impl UnwindSafe for SIM
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