pub struct Rotor {
pub wiring: Vec<usize>,
pub turnover: usize,
pub position: usize,
}Fields§
§wiring: Vec<usize>§turnover: usize§position: usizeImplementations§
Auto Trait Implementations§
impl Freeze for Rotor
impl RefUnwindSafe for Rotor
impl Send for Rotor
impl Sync for Rotor
impl Unpin for Rotor
impl UnwindSafe for Rotor
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