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 = Self(0i32)
pub const Transaction: Self = Self(1i32)
pub const MoreTransactions: Self = Self(2i32)
pub const Message: Self = Self(3i32)
pub const Verb: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more