Struct windows::Devices::PointOfService::UnifiedPosErrorSeverity
#[repr(transparent)]pub struct UnifiedPosErrorSeverity(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl UnifiedPosErrorSeverity
impl UnifiedPosErrorSeverity
pub const UnknownErrorSeverity: Self = _
pub const Warning: Self = _
pub const Recoverable: Self = _
pub const Unrecoverable: Self = _
pub const AssistanceRequired: Self = _
pub const Fatal: Self = _
Trait Implementations§
§impl Clone for UnifiedPosErrorSeverity
impl Clone for UnifiedPosErrorSeverity
§fn clone(&self) -> UnifiedPosErrorSeverity
fn clone(&self) -> UnifiedPosErrorSeverity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for UnifiedPosErrorSeverity
impl Debug for UnifiedPosErrorSeverity
§impl Default for UnifiedPosErrorSeverity
impl Default for UnifiedPosErrorSeverity
§fn default() -> UnifiedPosErrorSeverity
fn default() -> UnifiedPosErrorSeverity
Returns the “default value” for a type. Read more
§impl PartialEq for UnifiedPosErrorSeverity
impl PartialEq for UnifiedPosErrorSeverity
§fn eq(&self, other: &UnifiedPosErrorSeverity) -> bool
fn eq(&self, other: &UnifiedPosErrorSeverity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UnifiedPosErrorSeverity
impl Eq for UnifiedPosErrorSeverity
impl StructuralPartialEq for UnifiedPosErrorSeverity
Auto Trait Implementations§
impl Freeze for UnifiedPosErrorSeverity
impl RefUnwindSafe for UnifiedPosErrorSeverity
impl Send for UnifiedPosErrorSeverity
impl Sync for UnifiedPosErrorSeverity
impl Unpin for UnifiedPosErrorSeverity
impl UnwindSafe for UnifiedPosErrorSeverity
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)