pub enum StartStopCycleCounterParameter {
DateOfManufacture(DateOfManufacture),
AccountingDate(AccountingDate),
SpecifiedCycleCountOverDeviceLifetime(SpecifiedCycleCountOverDeviceLifetime),
AccumulatedStartStopCycles(AccumulatedStartStopCycles),
SpecifiedLoadUnloadCountOverDeviceLifetime(SpecifiedLoadUnloadCountOverDeviceLifetime),
AccumulatedLoadUnloadCycles(AccumulatedLoadUnloadCycles),
Other(GeneralParameter),
}
Variants§
DateOfManufacture(DateOfManufacture)
AccountingDate(AccountingDate)
SpecifiedCycleCountOverDeviceLifetime(SpecifiedCycleCountOverDeviceLifetime)
AccumulatedStartStopCycles(AccumulatedStartStopCycles)
SpecifiedLoadUnloadCountOverDeviceLifetime(SpecifiedLoadUnloadCountOverDeviceLifetime)
AccumulatedLoadUnloadCycles(AccumulatedLoadUnloadCycles)
Other(GeneralParameter)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartStopCycleCounterParameter
impl RefUnwindSafe for StartStopCycleCounterParameter
impl Send for StartStopCycleCounterParameter
impl Sync for StartStopCycleCounterParameter
impl Unpin for StartStopCycleCounterParameter
impl UnwindSafe for StartStopCycleCounterParameter
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