pub struct RingConfig<T>where
T: SimObject,{ /* private fields */ }Implementations§
Source§impl<T> RingConfig<T>where
T: SimObject,
impl<T> RingConfig<T>where
T: SimObject,
Auto Trait Implementations§
impl<T> !RefUnwindSafe for RingConfig<T>
impl<T> !Send for RingConfig<T>
impl<T> !Sync for RingConfig<T>
impl<T> !UnwindSafe for RingConfig<T>
impl<T> Freeze for RingConfig<T>
impl<T> Unpin for RingConfig<T>
impl<T> UnsafeUnpin for RingConfig<T>
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