#[repr(transparent)]pub struct UnifiedPosErrorSeverity(pub i32);
Expand description
Required features: "Devices_PointOfService"
Tuple Fields
0: i32
Implementations
impl UnifiedPosErrorSeverity
impl UnifiedPosErrorSeverity
pub const UnknownErrorSeverity: Self = Self(0i32)
pub const Warning: Self = Self(1i32)
pub const Recoverable: Self = Self(2i32)
pub const Unrecoverable: Self = Self(3i32)
pub const AssistanceRequired: Self = Self(4i32)
pub const Fatal: Self = Self(5i32)
Trait Implementations
impl Clone for UnifiedPosErrorSeverity
impl Clone for UnifiedPosErrorSeverity
impl Copy for UnifiedPosErrorSeverity
Auto Trait Implementations
impl RefUnwindSafe for UnifiedPosErrorSeverity
impl Send for UnifiedPosErrorSeverity
impl Sync for UnifiedPosErrorSeverity
impl Unpin for UnifiedPosErrorSeverity
impl UnwindSafe for UnifiedPosErrorSeverity
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