#[repr(transparent)]pub struct MagneticStripeReaderTrackErrorType(pub i32);
Expand description
Required features: "Devices_PointOfService"
Tuple Fields
0: i32
Implementations
impl MagneticStripeReaderTrackErrorType
impl MagneticStripeReaderTrackErrorType
pub const None: Self = Self(0i32)
pub const StartSentinelError: Self = Self(1i32)
pub const EndSentinelError: Self = Self(2i32)
pub const ParityError: Self = Self(3i32)
pub const LrcError: Self = Self(4i32)
pub const Unknown: Self = Self(-1i32)
Trait Implementations
impl Clone for MagneticStripeReaderTrackErrorType
impl Clone for MagneticStripeReaderTrackErrorType
impl Copy for MagneticStripeReaderTrackErrorType
Auto Trait Implementations
impl RefUnwindSafe for MagneticStripeReaderTrackErrorType
impl Send for MagneticStripeReaderTrackErrorType
impl Sync for MagneticStripeReaderTrackErrorType
impl Unpin for MagneticStripeReaderTrackErrorType
impl UnwindSafe for MagneticStripeReaderTrackErrorType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more