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