pub enum CalSlot {
One,
Two,
Three,
}Expand description
Keeps our calibration organized, so we track when to overwrite.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CalSlot
impl RefUnwindSafe for CalSlot
impl Send for CalSlot
impl Sync for CalSlot
impl Unpin for CalSlot
impl UnwindSafe for CalSlot
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