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
pub const Deal: Self
pub const General: Self
pub const PaymentInstrument: Self
pub const Ticket: Self
pub const BoardingPass: Self
pub const MembershipCard: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more