pub struct IslandSim {
pub island_id: i32,
}Expand description
Used to move islands across solver sets. (b2IslandSim)
Fields§
§island_id: i32Trait Implementations§
impl Copy for IslandSim
impl Eq for IslandSim
impl StructuralPartialEq for IslandSim
Auto Trait Implementations§
impl Freeze for IslandSim
impl RefUnwindSafe for IslandSim
impl Send for IslandSim
impl Sync for IslandSim
impl Unpin for IslandSim
impl UnsafeUnpin for IslandSim
impl UnwindSafe for IslandSim
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