Struct fmu_runner::FmuGetSetStateCapability
source · pub struct FmuGetSetStateCapability<'fmu, C: Borrow<FmuLibrary>>(/* private fields */);Implementations§
Auto Trait Implementations§
impl<'fmu, C> RefUnwindSafe for FmuGetSetStateCapability<'fmu, C>where
C: RefUnwindSafe,
impl<'fmu, C> !Send for FmuGetSetStateCapability<'fmu, C>
impl<'fmu, C> !Sync for FmuGetSetStateCapability<'fmu, C>
impl<'fmu, C> Unpin for FmuGetSetStateCapability<'fmu, C>
impl<'fmu, C> UnwindSafe for FmuGetSetStateCapability<'fmu, C>where
C: RefUnwindSafe,
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