pub struct Rotor {
pub index: usize,
pub incrementBy: usize,
pub max: usize,
pub min: usize,
}Fields§
§index: usize§incrementBy: usize§max: usize§min: usizeImplementations§
Trait Implementations§
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