pub struct SimConfig<T> {
pub dt: T,
pub log_ee_pose: bool,
}Expand description
Integration and logging options.
Fields§
§dt: T§log_ee_pose: boolImplementations§
Trait Implementations§
Source§impl<T: PartialEq> PartialEq for SimConfig<T>
impl<T: PartialEq> PartialEq for SimConfig<T>
impl<T> StructuralPartialEq for SimConfig<T>
Auto Trait Implementations§
impl<T> Freeze for SimConfig<T>where
T: Freeze,
impl<T> RefUnwindSafe for SimConfig<T>where
T: RefUnwindSafe,
impl<T> Send for SimConfig<T>where
T: Send,
impl<T> Sync for SimConfig<T>where
T: Sync,
impl<T> Unpin for SimConfig<T>where
T: Unpin,
impl<T> UnsafeUnpin for SimConfig<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for SimConfig<T>where
T: UnwindSafe,
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