Struct windows_sys::ApplicationModel::Wallet::WalletActionKind
[−]#[repr(transparent)]pub struct WalletActionKind(pub i32);
Expand description
Required features: ‘ApplicationModel_Wallet’
Tuple Fields
0: i32
Implementations
impl WalletActionKind
impl WalletActionKind
pub const OpenItem: Self
pub const Transaction: Self
pub const MoreTransactions: Self
pub const Message: Self
pub const Verb: Self
Trait Implementations
impl Clone for WalletActionKind
impl Clone for WalletActionKind
impl Copy for WalletActionKind
Auto Trait Implementations
impl RefUnwindSafe for WalletActionKind
impl Send for WalletActionKind
impl Sync for WalletActionKind
impl Unpin for WalletActionKind
impl UnwindSafe for WalletActionKind
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