#[repr(u32)]pub enum LCU {
Show 26 variants
Dispense = 6_016,
Deposit = 6_017,
Recycle = 6_018,
NA = 6_019,
BaitTrap = 6_020,
RejectCassette = 6_021,
OverflowCassette = 6_022,
BillCassette = 6_023,
CoinCylinder = 6_024,
CoinDispenser = 6_025,
RetractCassette = 6_026,
Coupon = 6_027,
Document = 6_028,
Escrow = 6_029,
Unknown = 6_030,
Ok = 6_031,
Full = 6_032,
High = 6_033,
Low = 6_034,
Empty = 6_035,
Inoperable = 6_036,
Missing = 6_037,
NoValue = 6_038,
NoRef = 6_039,
NotDispensable = 6_040,
CurrencyCassette = 6_059,
}Expand description
Represents the logical cash unit in the CDR.
Variants§
Dispense = 6_016
Deposit = 6_017
Recycle = 6_018
NA = 6_019
BaitTrap = 6_020
RejectCassette = 6_021
OverflowCassette = 6_022
BillCassette = 6_023
CoinCylinder = 6_024
CoinDispenser = 6_025
RetractCassette = 6_026
Coupon = 6_027
Document = 6_028
Escrow = 6_029
Unknown = 6_030
Ok = 6_031
Full = 6_032
High = 6_033
Low = 6_034
Empty = 6_035
Inoperable = 6_036
Missing = 6_037
NoValue = 6_038
NoRef = 6_039
NotDispensable = 6_040
CurrencyCassette = 6_059
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LCU
impl<'de> Deserialize<'de> for LCU
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LCU, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LCU, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for LCU
impl Serialize for LCU
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for LCU
impl StructuralPartialEq for LCU
Auto Trait Implementations§
impl Freeze for LCU
impl RefUnwindSafe for LCU
impl Send for LCU
impl Sync for LCU
impl Unpin for LCU
impl UnwindSafe for LCU
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