#[repr(u8)]pub enum FuncId {
Common = 0,
Acceptor = 1,
Recycler = 2,
Escrow = 3,
Reserved = 255,
}Expand description
Represents the function ID of the JCM device.
Variants§
Common = 0
Common (entire device).
Acceptor = 1
Acceptor function.
Recycler = 2
Recycler function.
Escrow = 3
Escrow function.
Reserved = 255
Reserved function.
Implementations§
Trait Implementations§
source§impl PartialEq for FuncId
impl PartialEq for FuncId
impl Copy for FuncId
impl Eq for FuncId
impl StructuralPartialEq for FuncId
Auto Trait Implementations§
impl Freeze for FuncId
impl RefUnwindSafe for FuncId
impl Send for FuncId
impl Sync for FuncId
impl Unpin for FuncId
impl UnwindSafe for FuncId
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