pub enum MsPower {
Undefined,
Ms1,
Ms2,
Ms3,
Ms4,
Ms5,
Ms6,
Ms7,
Ms8,
}Expand description
MSn order (MS1, MS2, …).
Variants§
Implementations§
Trait Implementations§
impl Copy for MsPower
impl Eq for MsPower
impl StructuralPartialEq for MsPower
Auto Trait Implementations§
impl Freeze for MsPower
impl RefUnwindSafe for MsPower
impl Send for MsPower
impl Sync for MsPower
impl Unpin for MsPower
impl UnsafeUnpin for MsPower
impl UnwindSafe for MsPower
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