#[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
pub const StartSentinelError: Self
pub const EndSentinelError: Self
pub const ParityError: Self
pub const LrcError: Self
pub const Unknown: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more