Struct windows_sys::ApplicationModel::Wallet::WalletItemKind
[−]#[repr(transparent)]pub struct WalletItemKind(pub i32);
Expand description
Required features: "ApplicationModel_Wallet"
Tuple Fields
0: i32
Implementations
impl WalletItemKind
impl WalletItemKind
pub const Invalid: Self = Self(0i32)
pub const Deal: Self = Self(1i32)
pub const General: Self = Self(2i32)
pub const PaymentInstrument: Self = Self(3i32)
pub const Ticket: Self = Self(4i32)
pub const BoardingPass: Self = Self(5i32)
pub const MembershipCard: Self = Self(6i32)
Trait Implementations
impl Clone for WalletItemKind
impl Clone for WalletItemKind
impl Copy for WalletItemKind
Auto Trait Implementations
impl RefUnwindSafe for WalletItemKind
impl Send for WalletItemKind
impl Sync for WalletItemKind
impl Unpin for WalletItemKind
impl UnwindSafe for WalletItemKind
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